Skip to content

Commit

Permalink
Merge pull request #15 from CurrantXX/doc/sphinx-ext
Browse files Browse the repository at this point in the history
fix(doc): removes sphinx githubpages extension
  • Loading branch information
shonenada committed Dec 30, 2016
2 parents 33c08ad + dcf29f2 commit 90463f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage',
'sphinx.ext.viewcode', 'sphinx.ext.githubpages'
'sphinx.ext.viewcode'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 90463f9

Please sign in to comment.