From 16e23e6f4099d64507774c31622042f5402e0987 Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Mon, 21 Oct 2024 16:15:57 -0600 Subject: [PATCH] roll back sphinx version --- docs/sphinx/source/changelog/pending.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/changelog/pending.rst b/docs/sphinx/source/changelog/pending.rst index 9ca83d3e..2d4adc83 100644 --- a/docs/sphinx/source/changelog/pending.rst +++ b/docs/sphinx/source/changelog/pending.rst @@ -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`) diff --git a/setup.py b/setup.py index cd10ae18..3ddef155 100755 --- a/setup.py +++ b/setup.py @@ -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",