Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1234930?usp=email )
Change subject: sphinx: Use Sphinx 8.2.3 for documentation ......................................................................
sphinx: Use Sphinx 8.2.3 for documentation
Sphinx 9 breaks the documentation and several files are missing.
Bug: T413563 Change-Id: Ia0cbcd52b12c1dc969c17b5f4ca54a06bf5951c4 --- M docs/requirements.txt 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/docs/requirements.txt b/docs/requirements.txt index 40ec37e..95cf7ea 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # This is a PIP requirements file for building Sphinx documentation of Pywikibot # ../requirements.txt is also needed. -# Note: Python 3.11 is required for sphinx 8.2 -sphinx >= 8.2.3 +# Note: Python 3.11 is required for sphinx 8.2+ +sphinx == 8.2.3 rstcheck >=6.2.5 sphinxext-opengraph >= 0.13.0 sphinx-copybutton >= 0.5.2
pywikibot-commits@lists.wikimedia.org