Skip to content

Commit

Permalink
Merge pull request #3085 from grondo/issue#3083
Browse files Browse the repository at this point in the history
doc: remove spelling plugin from sphinx conf.py
  • Loading branch information
mergify[bot] committed Jul 29, 2020
2 parents f8f5766 + 373577f commit 8284fc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@

# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinxcontrib.spelling',
]

# sphinxcontrib.spelling settings
spelling_word_list_filename = [
'test/spell.en.pws'
]

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

Expand Down
1 change: 0 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sphinx
sphinx-rtd-theme
sphinxcontrib-spelling

0 comments on commit 8284fc0

Please sign in to comment.