Skip to content

Commit 48f9a11

Browse files
author
borys-belinsky
authored
Merge pull request #2 from borys-belinsky/master
Fix a problem in the psdom module to make it work with sphinx <1.4
2 parents cf857fb + 1410947 commit 48f9a11

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)