Skip to content

Commit

Permalink
[doc] Update sphinx requirements
Browse files Browse the repository at this point in the history
Change-Id: Ic7af64e97c820eec33b4ca6256d34c031c4c289e
  • Loading branch information
xqt committed Oct 7, 2023
1 parent a96aa90 commit 15a9fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Current release
---------------

*(No changes yet*)
* **Python 3.6 support will be discontinued** and this is the last version supporting it.


Deprecations
------------

* 8.4.0: *Python 3.6 support is deprecated* and will be dropped soon with Pywikibot 9
* 8.4.0: Python 3.6 support is deprecated and will be dropped soon with Pywikibot 9
* 8.4.0: *modules_only_mode* parameter of :class:`data.api.ParamInfo`, its *paraminfo_keys* class attribute
and its preloaded_modules property will be removed
* 8.4.0: *dropdelay* and *releasepid* attributes of :class:`throttle.Throttle` will be removed
Expand Down
9 changes: 5 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a PIP requirements file for building Sphinx documentation of pywikibot
# requirements.txt is also needed
sphinx >= 7.2.3
rstcheck >=6.1.2
# 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.6
sphinx >= 7.2.6
rstcheck >=6.2.0
sphinxext-opengraph >= 0.8.2
furo >= 2023.9.10

0 comments on commit 15a9fdd

Please sign in to comment.