This commit is contained in:
tqchen 2015-07-27 18:34:43 -07:00
parent 93137b2e52
commit 8f4839d1d9

View File

@ -156,7 +156,7 @@ def setup_path(app):
read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
if read_the_docs_build:
subprocess.call("cd ..; git clone https://github.com/tqchen/recommonmark recommonmark-customized", shell=True)
sys.path.insert(0, os.path.abspath('../recomonmark-customized'))
sys.path.insert(0, os.path.abspath('../recommonmark-customized'))
reload(recommonmark)
from recommonmark import parser
global source_parsers