diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/conf.py b/docs/conf.py index 12520586..64d0c61e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,15 +1,3 @@ -import subprocess -import sys -import os - - -# hack to run the bootstrap script so that jaraco.packaging.sphinx -# can invoke setup.py -'READTHEDOCS' in os.environ and subprocess.check_call( - [sys.executable, '-m', 'bootstrap'], - cwd=os.path.join(os.path.dirname(__file__), os.path.pardir), -) - # -- General configuration -- extensions = ['jaraco.packaging.sphinx', 'rst.linker'] |