aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-09-30 10:59:40 +1000
committerAldo Cortesi <aldo@nullcube.com>2016-09-30 10:59:40 +1000
commit825b0917bd7a7b68ff5ead4a6effd1e4b499756b (patch)
tree6a88566634662b3ccfc12b6e21a93176210a62a0 /docs/conf.py
parente8aca92ef1354110d3d82299539841a2fa1eac66 (diff)
downloadmitmproxy-825b0917bd7a7b68ff5ead4a6effd1e4b499756b.tar.gz
mitmproxy-825b0917bd7a7b68ff5ead4a6effd1e4b499756b.tar.bz2
mitmproxy-825b0917bd7a7b68ff5ead4a6effd1e4b499756b.zip
docs: minor formatting/cleanups
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py31
1 files changed, 1 insertions, 30 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ae657435..54a353ac 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,37 +1,8 @@
-# -*- coding: utf-8 -*-
-#
-# mitmproxy documentation build configuration file, created by
-# sphinx-quickstart on Thu Sep 03 14:04:13 2015.
-#
-# This file is execfile()d with the current directory set to its
-# containing dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
-
import sys
import os
-import shlex
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('..'))
-
import netlib.version
-# -- General configuration ------------------------------------------------
-
-# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
-
-# 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',
'sphinx.ext.doctest',
@@ -61,7 +32,7 @@ master_doc = 'index'
# General information about the project.
project = u'mitmproxy docs'
-copyright = u'2015, the mitmproxy project'
+copyright = u'2016, the mitmproxy project'
author = u'The mitmproxy project'
# The version info for the project you're documenting, acts as replacement for