From 43737824991922b4a1d50025f1c7bbfb525d557a Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Tue, 31 Oct 2023 17:05:12 -0600 Subject: [PATCH] Resolve docs build failure (#29) * Debug docs build failure * Bump minimum sphinx version --- .readthedocs.yaml | 2 +- docs/requirements.txt | 4 ++-- docs/source/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 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..783fadc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,10 +1,10 @@ future scipy matplotlib -sphinx>=2.2 +sphinx>=5.0.0 numpydoc sphinxcontrib-bibtex -sphinx_tabs +sphinx_tabs>=3.4.4 sphinx_fontawesome pygraphviz jonga 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