jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/950804 )

Change subject: Revert "[doc] Use Sphinx 7.2.2 for documentation"
......................................................................

Revert "[doc] Use Sphinx 7.2.2 for documentation"

This partly reverts commit f41e5057c7b032f73cccef6c81b8db5008e15cd6.

Sphinx 7.2.2 fails due to
https://github.com/sphinx-doc/sphinx/issues/11625

Change-Id: If66ff2f1f57b0d5f575be11211cef0226a04648b
---
M docs/conf.py
M docs/requirements.txt
2 files changed, 16 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/docs/conf.py b/docs/conf.py
index 86f64aa..f8edf4d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,7 +43,7 @@

 # If your documentation needs a minimal Sphinx version, state it here.
 #
-needs_sphinx = '7.2.2'
+needs_sphinx = '7.1.0'

 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
diff --git a/docs/requirements.txt b/docs/requirements.txt
index d6cd828..6a5a53d 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,6 +1,6 @@
 # This is a PIP requirements file for building Sphinx documentation of 
pywikibot
 # requirements.txt is also needed
-sphinx >= 7.2.2
+sphinx >= 7.1.0
 rstcheck >=6.1.2
 sphinxext-opengraph >= 0.8.2
 furo >= 2023.8.17

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/950804
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If66ff2f1f57b0d5f575be11211cef0226a04648b
Gerrit-Change-Number: 950804
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to