Skip to content

Commit 4b97d2b

Browse files
committed
Import VersionChange
sphinx.domains.changeset.VersionChange exists at least since Sphinx 2.1, according to: https://www.sphinx-doc.org/en/master/extdev/deprecated.html
1 parent f456e6f commit 4b97d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/tools/extensions/pyspecific.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from sphinx import addnodes
2323
from sphinx.builders import Builder
2424
from sphinx.domains.python import PyFunction, PyMethod
25+
from sphinx.domains.changeset import VersionChange
2526
from sphinx.errors import NoUri
2627
from sphinx.locale import _ as sphinx_gettext
2728
from sphinx.util import logging

0 commit comments

Comments
 (0)