chg
This commit is contained in:
parent
2879a4853b
commit
9d4397aa4a
@ -6,7 +6,7 @@ import subprocess
|
|||||||
|
|
||||||
if os.environ.get('READTHEDOCS', None) == 'True':
|
if os.environ.get('READTHEDOCS', None) == 'True':
|
||||||
subprocess.call('cd ..; rm -rf recommonmark recom;' +
|
subprocess.call('cd ..; rm -rf recommonmark recom;' +
|
||||||
'git clone https://github.com/tqchen/recommonmark' +
|
'git clone https://github.com/tqchen/recommonmark;' +
|
||||||
'mv recommonmark/recommonmark recom', shell=True)
|
'mv recommonmark/recommonmark recom', shell=True)
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath('..'))
|
sys.path.insert(0, os.path.abspath('..'))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user