We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426aae1 commit 993dd5cCopy full SHA for 993dd5c
1 file changed
Doc/tools/extensions/pyspecific.py
@@ -29,7 +29,6 @@
29
from sphinx.util.docutils import SphinxDirective
30
from sphinx.writers.text import TextWriter, TextTranslator
31
from sphinx.util.display import status_iterator
32
-import sphinx.domains.changeset
33
34
35
ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
@@ -403,7 +402,7 @@ def expand_version_arg(argument, release):
403
402
return argument
404
405
406
-class PyVersionChange(sphinx.domains.changeset.VersionChange):
+class PyVersionChange(VersionChange):
407
def run(self):
408
# Replace the 'next' special token with the current development version
409
self.arguments[0] = expand_version_arg(self.arguments[0],
0 commit comments