Skip to content

Commit

Permalink
Remove bootstrap from docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 20, 2021
1 parent 6b628e3 commit 7181555
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -82,14 +74,6 @@
}


# 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'
Expand Down

0 comments on commit 7181555

Please sign in to comment.