Skip to content

Commit 0e1c201

Browse files
authored
Update setup.cfg - Try versions which worked locally on staph for doc building
1 parent e1d4382 commit 0e1c201

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

setup.cfg

+8-5
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,14 @@ dev =
8080
pre-commit
8181
tox
8282
docs =
83-
sphinx ~= 3.5
84-
sphinx-autoapi ~= 1.7
85-
sphinx_rtd_theme
86-
sphinxcontrib-bibtex ~= 2.1
87-
nbsphinx
83+
sphinx == 3.5.4
84+
sphinx-autoapi == 1.9.0
85+
sphinx_rtd_theme == 1.3.0
86+
sphinxcontrib-bibtex == 2.6.2
87+
nbsphinx == 0.9.3
88+
jinja2 == 2.11.3
89+
markupsafe == 1.1.1
90+
docutils == 0.16
8891
tests =
8992
pytest
9093
pytest-cov

0 commit comments

Comments
 (0)