mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
Add parsers
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
sphinx
|
sphinx
|
||||||
commonmark
|
commonmark
|
||||||
recommonmark
|
recommonmark
|
@@ -15,7 +15,8 @@
|
|||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import shlex
|
import shlex
|
||||||
from recommonmark.parser import CommonMarkParser
|
from CommonMark import Parser, HtmlRenderer
|
||||||
|
import recommonmark.parser
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
|
Reference in New Issue
Block a user