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 4c9fcd6 commit 7ebc9a4Copy full SHA for 7ebc9a4
c2rst.py
@@ -1,7 +1,7 @@
1
-import sphinx.parsers
+import docutils.parsers
2
import docutils.parsers.rst as rst
3
4
-class CStrip(sphinx.parsers.Parser):
+class CStrip(docutils.parsers.Parser):
5
def __init__(self):
6
self.rst_parser = rst.Parser()
7
0 commit comments