Skip to content

Commit

Permalink
Remove incompatible Sphinx plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 4, 2016
1 parent d9b67a7 commit e8b2064
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions docs/sphinx/conf.py
Expand Up @@ -28,11 +28,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax']
try:
import sphinxcontrib.gist # NOQA
extensions.append('sphinxcontrib.gist')
except ImportError:
pass
# extensions.append('sphinxcontrib.gist')

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
1 change: 0 additions & 1 deletion docs/sphinx/requirements-docs.txt
@@ -1,2 +1 @@
sphinxcontrib.gist
-r ../../requirements-extras.txt

0 comments on commit e8b2064

Please sign in to comment.