aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-19 11:54:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-02-06 18:15:35 -0500
commit0559f17d4588553eb428d57ecfebab9e0e988e65 (patch)
tree6773047a2cc502d7a611e623cb771f0d19d1c8e2 /docs/conf.py
parent131482820238cb060b38e7e55bffabea4f0a3a0e (diff)
downloadexternal_python_setuptools-0559f17d4588553eb428d57ecfebab9e0e988e65.tar.gz
external_python_setuptools-0559f17d4588553eb428d57ecfebab9e0e988e65.tar.bz2
external_python_setuptools-0559f17d4588553eb428d57ecfebab9e0e988e65.zip
Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines.
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 cbd19fb4..6f6ae13a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,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),
)