Skip to content

Commit

Permalink
Update setup.cfg - Try versions which worked locally on staph for doc…
Browse files Browse the repository at this point in the history
… building
  • Loading branch information
jtburrows authored Aug 22, 2024
1 parent e1d4382 commit 0e1c201
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,14 @@ dev =
pre-commit
tox
docs =
sphinx ~= 3.5
sphinx-autoapi ~= 1.7
sphinx_rtd_theme
sphinxcontrib-bibtex ~= 2.1
nbsphinx
sphinx == 3.5.4
sphinx-autoapi == 1.9.0
sphinx_rtd_theme == 1.3.0
sphinxcontrib-bibtex == 2.6.2
nbsphinx == 0.9.3
jinja2 == 2.11.3
markupsafe == 1.1.1
docutils == 0.16
tests =
pytest
pytest-cov
Expand Down

0 comments on commit 0e1c201

Please sign in to comment.