diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-15 22:30:36 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-15 22:30:36 -0500 |
commit | e12f73cad1f9040264355832cdfc38d0ab28bfe2 (patch) | |
tree | 9dc8d63b0afe9c0fc780bdfeba7a456bfb239873 /docs | |
parent | 6f7dd7c12ceffa2aefe28c2fbafbad2273980b2b (diff) | |
parent | c68ac3b7a3001502f681722dc55dff70a3169276 (diff) | |
download | python-setuptools-git-e12f73cad1f9040264355832cdfc38d0ab28bfe2.tar.gz |
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 64c2625f..a52569c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 - extensions = [ 'sphinx.ext.autodoc', 'jaraco.packaging.sphinx', |