Skip to content

Commit ad8176e

Browse files
committed
add spelling extension
1 parent 8a173ec commit ad8176e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sphinx/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424

2525
# Add any Sphinx extension module names here, as strings. They can be extensions
2626
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27-
extensions = [ 'sphinxcontrib.bitbucket' ]
27+
extensions = [ 'sphinxcontrib.bitbucket',
28+
'sphinxcontrib.spelling',
29+
]
2830

2931
bitbucket_project_url = 'http://bitbucket.org/dhellmann/virtualenvwrapper/'
3032

0 commit comments

Comments
 (0)