Skip to content

Commit

Permalink
roll back sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Oct 21, 2024
1 parent 4c28f83 commit 16e23e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/source/changelog/pending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Requirements
* Updated xgboost >= 1.6.0 in INSTALL_REQUIRES (:pull:`431`)
* Updated pvlib >= 0.9.0, <0.12.0 in INSTALL_REQUIRES (:pull:`428`)
* Updated scikit-learn >= 1.1.3 in INSTALL_REQUIRES (:pull:`428`)
* Updated sphinx==8.0.2 in EXTRAS_REQUIRE (:pull:`428`)
* Updated sphinx==7.4.7 in EXTRAS_REQUIRE (:pull:`390`)
* Updated nbsphinx==0.9.5 in EXTRAS_REQUIRE (:pull:`428`)
* Updated nbsphinx-link==1.3.1 in EXTRAS_REQUIRE (:pull:`428`)
* Updated sphinx_rtd_theme==3.0.1 in EXTRAS_REQUIRE (:pull:`428`)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

EXTRAS_REQUIRE = {
"doc": [
"sphinx==8.0.2",
"sphinx==7.4.7",
"nbsphinx==0.9.5",
"nbsphinx-link==1.3.1",
"sphinx_rtd_theme==3.0.1",
Expand Down

0 comments on commit 16e23e6

Please sign in to comment.