From 8f9d1dd2e83d3e61e5ac5c230860868328fa1f86 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 18 Aug 2023 00:00:41 -0500 Subject: [PATCH 1/4] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f10aa62..caab662 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,7 @@ formats: [] # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 + version: 3.11 install: - method: pip path: . From 21a5eedca6e99bf136c4029283c91b0f391bb0b0 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 18 Aug 2023 00:01:46 -0500 Subject: [PATCH 2/4] Update .readthedocs.yml --- .readthedocs.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index caab662..dc2fb12 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,23 +1,24 @@ -# .readthedocs.yml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required version: 2 -# Build documentation in the docs/ directory with Sphinx +build: + os: ubuntu-22.04 + tools: + python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow || true + pre_install: + - git update-index --assume-unchanged .rtd-environment.yml docs/conf.py + sphinx: + builder: html configuration: docs/conf.py + fail_on_warning: false -# Optionally build your docs in additional formats such as PDF and ePub -formats: [] - -# Optionally set the version of Python and requirements required to build your docs python: - version: 3.11 - install: - - method: pip - path: . - extra_requirements: - - docs + install: + - method: pip + extra_requirements: - all + - docs + path: . From 065631f70a004bfe3355c3285c6343d3a68020c2 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 18 Aug 2023 00:02:36 -0500 Subject: [PATCH 3/4] Update .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index dc2fb12..3e5c37f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ build: post_checkout: - git fetch --unshallow || true pre_install: - - git update-index --assume-unchanged .rtd-environment.yml docs/conf.py + - git update-index --assume-unchanged docs/conf.py sphinx: builder: html From d79c6b5bc12328d884889414ce5a62208aef8885 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 18 Aug 2023 00:10:23 -0500 Subject: [PATCH 4/4] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5f595f1..0de2932 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ docs = sphinx-astropy sphinx-automodapi towncrier - sphinx_rtd_theme + sphinx-rtd-theme>=1.3.0rc1 [options.package_data] synthesizAR.instruments = data/*.json, data/*.asdf