Add spell checking to documentation target.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
3
Makefile
3
Makefile
@@ -133,6 +133,9 @@ test-with-oracle-all: test-launch-oracle
|
||||
docs-serve:
|
||||
cd docs;make livehtml
|
||||
|
||||
docs-spellcheck:
|
||||
|
||||
sphinx-build -b spelling -d docs/_build/ docs docs/_build/spelling
|
||||
|
||||
# Translations
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext"))
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
#extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
|
||||
#extensions = ["djangodocs", "sphinx.ext.intersphinx"]
|
||||
extensions = ['sphinxcontrib.blockdiag']
|
||||
extensions = ['sphinxcontrib.blockdiag', 'sphinxcontrib.spelling']
|
||||
|
||||
blockdiag_antialias = True
|
||||
blockdiag_html_image_format = "SVG"
|
||||
|
||||
19
docs/spelling_wordlist.txt
Normal file
19
docs/spelling_wordlist.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
MERC
|
||||
Django
|
||||
Tesseract
|
||||
backend
|
||||
minified
|
||||
phpBB
|
||||
Grappelli
|
||||
unoconv
|
||||
Sergey
|
||||
Glita
|
||||
fabfile
|
||||
poppler
|
||||
Transifex
|
||||
pdftotext
|
||||
frontend
|
||||
Redis
|
||||
backend
|
||||
Kombu
|
||||
filesystem
|
||||
@@ -3,3 +3,4 @@ Sphinx==1.7.1
|
||||
sphinx-autobuild==0.7.1
|
||||
sphinx_rtd_theme==0.2.4
|
||||
sphinxcontrib-blockdiag==1.5.5
|
||||
sphinxcontrib-spelling==4.2.0
|
||||
|
||||
Reference in New Issue
Block a user