Skip to content

Commit

Permalink
Resolve docs build failure (#29)
Browse files Browse the repository at this point in the history
* Debug docs build failure

* Bump minimum sphinx version
  • Loading branch information
bwohlberg committed Oct 31, 2023
1 parent cb05a56 commit 4373782
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
python: "3.9"
apt_packages:
- graphviz

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4373782

Please sign in to comment.