mirror of
https://github.com/python/cpython.git
synced 2025-08-16 14:50:43 +00:00
[3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
db474606f7
commit
ef12d239fa
6 changed files with 24 additions and 40 deletions
|
@ -27,13 +27,7 @@ from sphinx.locale import _ as sphinx_gettext
|
|||
from sphinx.util import logging
|
||||
from sphinx.util.docutils import SphinxDirective
|
||||
from sphinx.writers.text import TextWriter, TextTranslator
|
||||
|
||||
try:
|
||||
# Sphinx 6+
|
||||
from sphinx.util.display import status_iterator
|
||||
except ImportError:
|
||||
# Deprecated in Sphinx 6.1, will be removed in Sphinx 8
|
||||
from sphinx.util import status_iterator
|
||||
from sphinx.util.display import status_iterator
|
||||
|
||||
|
||||
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue