Skip to content

Commit 5544836

Browse files
committed
Switch away from sphinxparsers which isn't available in sphinx 1.3.5.
1 parent c16d4e1 commit 5544836

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

c2rst.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import sphinx.parsers
2-
import docutils
3-
print(dir(docutils))
1+
import docutils.parsers
42
import docutils.parsers.rst as rst
53

6-
class CStrip(sphinx.parsers.Parser):
4+
class CStrip(docutils.parsers.Parser):
75
def __init__(self):
86
self.rst_parser = rst.Parser()
97

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy