This commit is contained in:
tqchen 2015-07-30 17:58:42 -07:00
parent 30e3110170
commit 2879a4853b

View File

@ -5,8 +5,9 @@ import os
import subprocess
if os.environ.get('READTHEDOCS', None) == 'True':
subprocess.call('cd ..; git clone https://github.com/tqchen/recommonmark recommonmark-customized;' +
'ln -s recommonmark-customized/recommonmark recom', shell=True)
subprocess.call('cd ..; rm -rf recommonmark recom;' +
'git clone https://github.com/tqchen/recommonmark' +
'mv recommonmark/recommonmark recom', shell=True)
sys.path.insert(0, os.path.abspath('..'))
from recom import parser