diff --git a/c2rst.py b/c2rst.py index 6b0fe646a..7f9e8d23d 100644 --- a/c2rst.py +++ b/c2rst.py @@ -1,7 +1,7 @@ -import sphinx.parsers +import docutils.parsers import docutils.parsers.rst as rst -class CStrip(sphinx.parsers.Parser): +class CStrip(docutils.parsers.Parser): def __init__(self): self.rst_parser = rst.Parser()