summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-12-10 23:17:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-12-10 23:17:14 -0500
commitef521390cb51a12eab5c4155900f45dc2c89d507 (patch)
tree7bfcc932bd967f5a5f7848c069196388959d6cd1 /docs
parent86a55c8320e2706d0f92e3248c29351bff83da4b (diff)
downloadpython-setuptools-git-ef521390cb51a12eab5c4155900f45dc2c89d507.tar.gz
Remove unnecessary shebang and encoding header in docs conf.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py3
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',