From 876ada82a408277b98d9e3c219558281b19e85c3 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Fri, 16 Jun 2023 13:43:26 -0500 Subject: [PATCH 1/3] Simplify RTD environment --- .rtd-environment.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.rtd-environment.yml b/.rtd-environment.yml index 63804f21..6b8900d6 100644 --- a/.rtd-environment.yml +++ b/.rtd-environment.yml @@ -1,26 +1,14 @@ -name: packagename - channels: - - astropy - conda-forge dependencies: - astropy - - Cython - matplotlib - - numpy - reducer - - notebook - photutils - - ginga - astroquery - reproject - - msumastro - - pillow - - ipyevents - bottleneck - astrowidgets - - gatspy - ccdproc -# - pip: -# - dependency_from_pip + From e563abacd97ca05d9f9e13bd7752215628b6eb70 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Fri, 16 Jun 2023 14:06:37 -0500 Subject: [PATCH 2/3] Update configuration to v2 --- .readthedocs.yml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 47fe6adf..ea679c74 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,24 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + conda: - file: .rtd-environment.yml + environment: .rtd-environment.yml +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py -python: - setup_py_install: true +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +# install: +# - requirements: docs/requirements.txt \ No newline at end of file From b74d71c4a761ece1b9ae42530225ce43910c28b1 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Fri, 16 Jun 2023 14:06:43 -0500 Subject: [PATCH 3/3] Add missing dependency --- .rtd-environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rtd-environment.yml b/.rtd-environment.yml index 6b8900d6..eb5d0a92 100644 --- a/.rtd-environment.yml +++ b/.rtd-environment.yml @@ -11,4 +11,5 @@ dependencies: - bottleneck - astrowidgets - ccdproc + - sphinx-astropy