Skip to content

Commit 7ebc9a4

Browse files
committed
Switch away from sphinx.parsers which isn't available in sphinx 1.3.5 on Read The Docs.
1 parent 4c9fcd6 commit 7ebc9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c2rst.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import sphinx.parsers
1+
import docutils.parsers
22
import docutils.parsers.rst as rst
33

4-
class CStrip(sphinx.parsers.Parser):
4+
class CStrip(docutils.parsers.Parser):
55
def __init__(self):
66
self.rst_parser = rst.Parser()
77

0 commit comments

Comments
 (0)