Skip to content

Commit

Permalink
Force new version of sphinx_rtd_theme on readthedocs
Browse files Browse the repository at this point in the history
readthedocs installs old version of sphinx_rtd_theme which is incompatible
  • Loading branch information
sverhoeven committed Sep 29, 2023
1 parent e070e26 commit 99b8a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docs = [
"sphinxcontrib-napoleon",
"sphinxcontrib-jquery",
"sphinx-argparse",
"sphinx_rtd_theme",
"sphinx_rtd_theme>=1.0.0",
"numpydoc",
"sphinx-copybutton",
]
Expand Down

0 comments on commit 99b8a4c

Please sign in to comment.