aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 13:26:06 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-19 13:26:06 -0500
commitdabd73137f97145cc95c114937c95b217ac76876 (patch)
treef554b31bc387872d599a133f1154249b2ece7bff /docs/conf.py
parent5ce9e5f343ca14f9875106f37f16ad498b294183 (diff)
parente44bf410b1d8c664950abe41efb1d7fff7109cb7 (diff)
downloadexternal_python_setuptools-dabd73137f97145cc95c114937c95b217ac76876.tar.gz
external_python_setuptools-dabd73137f97145cc95c114937c95b217ac76876.tar.bz2
external_python_setuptools-dabd73137f97145cc95c114937c95b217ac76876.zip
Merge branch 'master' of https://github.com/pypa/setuptools
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 918ca034..b92b50cc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -6,7 +6,7 @@ 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, 'bootstrap.py'],
+ [sys.executable, '-m', 'bootstrap'],
cwd=os.path.join(os.path.dirname(__file__), os.path.pardir),
)