Skip to content

Commit

Permalink
Remove sphinx spelling that breaks read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leandron committed Apr 28, 2017
1 parent de6272d commit 6154712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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', 'sphinxcontrib.spelling']
# extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.spelling']
extensions = ['sphinx.ext.autodoc'

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

0 comments on commit 6154712

Please sign in to comment.