Skip to content

Commit

Permalink
Removed unused Sphinx extensions in docs/conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Mar 27, 2012
1 parent c86244a commit 1e73974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

# 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', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage']
extensions += ['sphinxcontrib.httpdomain', 'sphinxcontrib.autohttp.flask']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
extensions += ['sphinxcontrib.httpdomain']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 1e73974

Please sign in to comment.