Remove unused extensions and associated configuration
diff --git a/doc/conf.py b/doc/conf.py
index b28c4c9..ea0baf9 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -28,7 +28,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc']
+extensions = []
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -217,7 +217,3 @@
('index', 'pyopenssl', u'pyOpenSSL Documentation',
[u'Jean-Paul Calderone'], 1)
]
-
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}