diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-20 12:41:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 12:41:04 -0500 |
| commit | 9aee3bf752e0b052b6a6fbc01d56c3a49ccf0938 (patch) | |
| tree | 4f23278b9f1f47eecd042da35fca840d7f76d61d /docs/conf.py | |
| parent | 23cae26198fdda29e75cd0c1076ad601b0532d6b (diff) | |
| parent | d31f7f0c3d72482db7c2aebbfdb2e56ab81b817b (diff) | |
| download | python-setuptools-git-9aee3bf752e0b052b6a6fbc01d56c3a49ccf0938.tar.gz | |
Merge branch 'main' into jaraco-path-build
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8cb959df..18cd7bdc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,11 +1,3 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -import subprocess -import sys -import os - - extensions = ['sphinx.ext.autodoc', 'jaraco.packaging.sphinx', 'rst.linker'] master_doc = "index" @@ -82,14 +74,6 @@ link_files = { } -# 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), -) - - # Add support for linking usernames github_url = 'https://github.com' github_sponsors_url = f'{github_url}/sponsors' |
