From 42bd0d8b6e90d172002159f673c4dd052448e71e Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 28 Oct 2021 09:42:58 -0700 Subject: [PATCH 1/6] rtd broken again --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index dc1fcfa8..d944a38a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. -# needs_sphinx = '2.2' +needs_sphinx = '2.2' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom From c20873ca8902f822321937b00337f9fec84f39c6 Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 28 Oct 2021 09:45:22 -0700 Subject: [PATCH 2/6] rtd broken again --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d944a38a..dc1fcfa8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '2.2' +# needs_sphinx = '2.2' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom From abd98e89c0a22cd12b2038cdaca36f79fa485204 Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 28 Oct 2021 09:55:49 -0700 Subject: [PATCH 3/6] replace rtd.yaml --- .readthedocs.yml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 14dbde9c..7179c9c5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,25 @@ -requirements_file: - docs/requirements.txt +# .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-20.04 + tools: + python: "3.9" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# If using Sphinx, optionally build your docs in additional formats such as PDF +formats: + - pdf + +# Optionally declare the Python requirements required to build your docs python: - setup_py_install: true - version: 3.7 + install: + - requirements: docs/requirements.txt From cf770b232fc125633f6531c47ee5fe1b833f3b7a Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 28 Oct 2021 10:01:49 -0700 Subject: [PATCH 4/6] still trying to fix RTD --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7179c9c5..1ee4773f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,4 +22,8 @@ formats: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements.txt + - method: pip + path: . + - requirements: docs/requirements.txt + - requirements: requirements.txt + From bfa59a4828fa6e9a116f3bb17f53a4b15df2b87a Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 28 Oct 2021 10:02:45 -0700 Subject: [PATCH 5/6] still trying to fix RTD --- .readthedocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1ee4773f..e8a57024 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,8 +22,8 @@ formats: # Optionally declare the Python requirements required to build your docs python: install: - - method: pip - path: . - - requirements: docs/requirements.txt - - requirements: requirements.txt + - method: pip + path: . + - requirements: docs/requirements.txt + - requirements: requirements.txt From a0333fe0a9c5f987eb759a18fb211dc5b6a7ad5b Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 28 Oct 2021 10:04:17 -0700 Subject: [PATCH 6/6] still trying to fix RTD --- .readthedocs.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e8a57024..a80b75d1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -21,9 +21,7 @@ formats: # Optionally declare the Python requirements required to build your docs python: - install: - - method: pip + install: + - requirements: docs/requirements.txt + - method: pip path: . - - requirements: docs/requirements.txt - - requirements: requirements.txt -