From a915f4528d407cbccb881e60582bfe3d64bd6bc6 Mon Sep 17 00:00:00 2001 From: michaelpacer Date: Wed, 14 Dec 2016 12:41:24 -0800 Subject: [PATCH] Remove explicit relative build step --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b8313f9df..ce9b1cbb4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # page). import sys, subprocess - subprocess.run([sys.executable,'-m','pip','install','-e','../../.']) + # subprocess.run([sys.executable,'-m','pip','install','-e','../../.']) with open('../autogen_config.py') as f: exec(compile(f.read(), 'autogen_config.py', 'exec'), {})