Skip to content

Commit

Permalink
Try downgrading Sphinx to version 6 (from 7) for Read the Docs.
Browse files Browse the repository at this point in the history
Seems sphinx-rtd-theme 1.* is incompatible with Sphinx 7.
Could also be that sphinx-rtd-theme version was not constrained and an
older version was being used by default in Read the Docs.
See readthedocs/readthedocs.org#10279
  • Loading branch information
jcannon-gplates committed Sep 19, 2023
1 parent 51e0966 commit 371bbe1
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
sphinx==7.0.1
sphinx-rtd-theme
sphinx==6.2.1
sphinx-rtd-theme==1.2.2

0 comments on commit 371bbe1

Please sign in to comment.