Skip to content

Commit 298edd1

Browse files
committed
+1
1 parent 6dc0239 commit 298edd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pep_sphinx_extensions/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
from pep_sphinx_extensions.pep_processor.transforms import pep_references
2727
from pep_sphinx_extensions.pep_zero_generator.pep_index_generator import create_pep_zero
2828

29+
from sphinx.locale import _ as sphinx_gettext
30+
from sphinx.util.docutils import SphinxDirective
31+
2932
if TYPE_CHECKING:
3033
from sphinx.application import Sphinx
3134

0 commit comments

Comments
 (0)