Skip to content

Commit 1410947

Browse files
author
Borys Belinsky
committed
Fix a problem in the psdom module to make it work with sphinx <1.4
1 parent fb7a331 commit 1410947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ext/psdom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from sphinx.util.nodes import make_refnode
2121

2222
# Uncomment for sphinx <1.8
23-
#from docutils.parsers.rst import directives
24-
#from sphinx.util.compat import Directive
23+
from docutils.parsers.rst import directives
24+
from sphinx.util.compat import Directive
2525
# Comment for sphinx <1.8 and uncomment for sphinx 1.8+
2626
#from docutils.parsers.rst import Directive, directives
2727

0 commit comments

Comments
 (0)