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'), {})