Skip to content

Instantly share code, notes, and snippets.

@bak1an
Created September 13, 2015 17:13
Show Gist options
  • Save bak1an/751ee40be42483af8d48 to your computer and use it in GitHub Desktop.
Save bak1an/751ee40be42483af8d48 to your computer and use it in GitHub Desktop.
spelling fail
% make spelling -I-
sphinx-build -b spelling -n -d _build/doctrees -D language= . _build/spelling
Running Sphinx v1.2.3
Initializing Spelling Checker
loading translations []... not available for built-in messages
loading pickled environment... done
building [spelling]: all documents
updating environment: [config changed] 344 added, 0 changed, 0 removed
reading sources... [100%] topics/testing/tools
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
internals/contributing/writing-code/javascript.rst:23:linter:javascript
internals/release-process.rst:70:deprecations:cess
internals/release-process.rst:84:deprecations:
ref/contrib/gis/gdal.rst:1109:rasters:is/gdal
ref/contrib/gis/gdal.rst:1117:rasters:
ref/contrib/gis/gdal.rst:1157:rasters:
ref/contrib/gis/gdal.rst:1304:rasters:
ref/contrib/gis/gdal.rst:1310:rasters:
ref/contrib/postgres/aggregates.rst:97:covariance:egates
ref/contrib/postgres/aggregates.rst:104:covariance:
ref/contrib/postgres/aggregates.rst:104:covariance:
ref/django-admin.rst:1277:subprocesses:in
ref/django-admin.rst:1297:parallelization:
ref/django-admin.rst:1297:parallelization:
releases/1.6.11.rst:12:iteratively:.6.11
releases/1.7.7.rst:12:iteratively:1.7.7
releases/1.9.rst:420:deterministically:
releases/1.9.rst:696:parallelization:
topics/db/sql.rst:291:indexable:db/sql
writing output... [100%] topics/testing/tools
Spelling checker messages written to /home/bak1an/workspaces/django/django/docs/_build/spelling/output.txt
build finished with problems.
Makefile:155: recipe for target 'spelling' failed
make: *** [spelling] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment