Skip to content

Commit

Permalink
remove recommonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Dec 5, 2017
1 parent 2cc7635 commit e191ce5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import recommonmark
from recommonmark.transform import AutoStructify


# -- General configuration ------------------------------------------------
Expand All @@ -36,12 +34,6 @@
'sphinx.ext.todo'
]

from recommonmark.parser import CommonMarkParser

source_parsers = {
'.md': CommonMarkParser,
}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down Expand Up @@ -169,9 +161,3 @@
]

github_doc_root = ''
def setup(app):
app.add_config_value('recommonmark_config', {
'url_resolver': lambda url: github_doc_root + url,
"enable_auto_doc_ref": False,
}, True)
app.add_transform(AutoStructify)

0 comments on commit e191ce5

Please sign in to comment.