Skip to content

Commit

Permalink
lock sphinx version in setup [docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed May 4, 2023
1 parent f55fb74 commit 4eceb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ipykernel
autodoc_pydantic
sphinx-design
numpy
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run_tests(self):
],
"docs": [
"autodoc_pydantic",
"sphinx",
"sphinx==5.3.0",
"sphinx_rtd_theme",
"sphinxcontrib.bibtex",
],
Expand Down

0 comments on commit 4eceb7d

Please sign in to comment.