Sphinx warnings #1192
Labels
bug
Issue described a bug
difficulty easy
Easy issue: required small fix
documentation
Current issue related to documentation
Sphinx 1.5.3 raises 108 warnings when generating gensim docs when running
All the files are generated correctly even though Sphinx labels some of the warnings as
errors
.The easiest warnings to fix are in the
rst
files of typeTitle underline too short.
The warnings in the
py
file are hard to fix because the line numbers listed in the error messages don't correspond to the line numbers in the files. For example, there is no docstring on line 41 though sphinx reportscoherencemodel.py:docstring of gensim.models.coherencemodel.CoherenceModel:41: ERROR: Unexpected indentation.
The text was updated successfully, but these errors were encountered: