Add spell checking to documentation target.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-04 19:34:07 -04:00
parent e9180f68d7
commit 8e3484663b
4 changed files with 24 additions and 1 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -0,0 +1,19 @@
MERC
Django
Tesseract
backend
minified
phpBB
Grappelli
unoconv
Sergey
Glita
fabfile
poppler
Transifex
pdftotext
frontend
Redis
backend
Kombu
filesystem

View File

@@ -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