aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-02-16 10:19:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-02-16 11:04:57 -0500
commit7bb73a477de24069002516eb6eb1d755bed9d65b (patch)
tree5a99e69846a4d5bf771a15273714c333f6e4cb5b /docs/conf.py
parent43edec2506f901ab939390951383025682448edd (diff)
downloadexternal_python_setuptools-feature/implicit-bootstrap.tar.gz
external_python_setuptools-feature/implicit-bootstrap.tar.bz2
external_python_setuptools-feature/implicit-bootstrap.zip
Bootstrap the package unconditionally in setup.py. Fixes #2001.feature/implicit-bootstrap
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b92b50cc..965ee264 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']