This commit is contained in:
tqchen 2015-07-27 18:41:17 -07:00
parent 32e19558e6
commit 6b629c2e81

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;' +
'mv recomonmark-customized/recommonmark recom', shell=True)
'ln -s recommonmark-customized/recommonmark recom', shell=True)
sys.path.insert(0, os.path.abspath('..'))
from recom import parser
global source_parsers