Skip to content

Commit

Permalink
Prep for readthedocs: Remove Sphinx extension for Github
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewryanscott committed Jan 8, 2016
1 parent f509011 commit edec248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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', 'github.tools.sphinx']
extensions = ['sphinx.ext.autodoc']

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

0 comments on commit edec248

Please sign in to comment.