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 6dc0239 commit fdcc8b1Copy full SHA for fdcc8b1
pep_sphinx_extensions/__init__.py
@@ -26,6 +26,8 @@
26
from pep_sphinx_extensions.pep_processor.transforms import pep_references
27
from pep_sphinx_extensions.pep_zero_generator.pep_index_generator import create_pep_zero
28
29
+from sphinx.util.docutils import SphinxDirective
30
+
31
if TYPE_CHECKING:
32
from sphinx.application import Sphinx
33
0 commit comments