From 9d4397aa4a21b920a77fd62535a997772eba70e7 Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 30 Jul 2015 17:59:16 -0700 Subject: [PATCH] chg --- doc/sphinx_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx_util.py b/doc/sphinx_util.py index 21ffaeac7..c025a9c74 100644 --- a/doc/sphinx_util.py +++ b/doc/sphinx_util.py @@ -6,7 +6,7 @@ import subprocess if os.environ.get('READTHEDOCS', None) == 'True': 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) sys.path.insert(0, os.path.abspath('..'))