Skip to content

Commit

Permalink
Only specify Python version for Sphinx.
Browse files Browse the repository at this point in the history
Read the Docs failed to install sphinx-rtd-theme since it's version
1.2.2 apparently requires Sphinx < 7 (but we specify 7.0.1).
  • Loading branch information
jcannon-gplates committed Sep 19, 2023
1 parent 2691db2 commit 51e0966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
scipy
mock==5.0.2
mock
sphinx==7.0.1
sphinx-rtd-theme==1.2.2
sphinx-rtd-theme

0 comments on commit 51e0966

Please sign in to comment.