From 6a4dde542714653f0425ef2cfaafc3dcacdbe214 Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Tue, 31 Oct 2023 16:07:15 -0600 Subject: [PATCH 1/3] Debug docs build failure --- .readthedocs.yaml | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 263a70a..821a473 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.8" + python: "3.9" apt_packages: - graphviz diff --git a/docs/requirements.txt b/docs/requirements.txt index 7c00521..87d0430 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ future scipy matplotlib -sphinx>=2.2 +sphinx>=5.0.0 numpydoc sphinxcontrib-bibtex sphinx_tabs From c96c42ffa6dc480d9c7069dabe7cb8f16ad940ac Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Tue, 31 Oct 2023 16:11:12 -0600 Subject: [PATCH 2/3] Bump minimum sphinx version --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3eb8a25..ea79a61 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,7 +53,7 @@ # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '2.2' +needs_sphinx = '5.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom From c1ce976b012bccebd4f2ec73e9b94c799271006e Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Tue, 31 Oct 2023 16:17:39 -0600 Subject: [PATCH 3/3] Debug docs build failure --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 87d0430..783fadc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ matplotlib sphinx>=5.0.0 numpydoc sphinxcontrib-bibtex -sphinx_tabs +sphinx_tabs>=3.4.4 sphinx_fontawesome pygraphviz jonga