Skip to content

Commit

Permalink
Revert "[doc] Use Sphinx 7.2.2 for documentation"
Browse files Browse the repository at this point in the history
This partly reverts commit f41e505.

Sphinx 7.2.2 fails due to
sphinx-doc/sphinx#11625

Change-Id: If66ff2f1f57b0d5f575be11211cef0226a04648b
  • Loading branch information
xqt committed Aug 20, 2023
1 parent 23b9935 commit 088e832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 088e832

Please sign in to comment.