Skip to content

Commit

Permalink
Merge "requirements: Update sphinx requirements"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Dec 9, 2024
2 parents 959680a + a035fd2 commit 1f55c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '8.1.1'
needs_sphinx = '8.1.3'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This is a PIP requirements file for building Sphinx documentation of Pywikibot
# ../requirements.txt is also needed.
# Note: Python 3.9 is required for sphinx 7.2
sphinx >= 8.1.1
# Note: Python 3.10 is required for sphinx 8
sphinx >= 8.1.3
rstcheck >=6.2.4
sphinxext-opengraph >= 0.9.1
sphinx-copybutton >= 0.5.2
sphinx-tabs >= 3.4.7
tomli >= 2.0.1; python_version < '3.11'
tomli >= 2.2.1; python_version < '3.11'
furo >= 2024.8.6

0 comments on commit 1f55c9c

Please sign in to comment.