diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-10 23:17:14 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-10 23:17:14 -0500 |
| commit | ef521390cb51a12eab5c4155900f45dc2c89d507 (patch) | |
| tree | 7bfcc932bd967f5a5f7848c069196388959d6cd1 /docs | |
| parent | 86a55c8320e2706d0f92e3248c29351bff83da4b (diff) | |
| download | python-setuptools-git-ef521390cb51a12eab5c4155900f45dc2c89d507.tar.gz | |
Remove unnecessary shebang and encoding header in docs conf.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index fa741a85..c2043393 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,3 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - extensions = [ 'sphinx.ext.autodoc', 'jaraco.packaging.sphinx', |
