-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix various documentation warnings (#3077)
* fix various documentation warnings I encountered the following while building under Sphinx 3.5.2 on MacOS: docstring of gensim.corpora._mmreader.MmReader.num_docs:1:duplicate object description of gensim.corpora._mmreader.MmReader.num_docs, other instance in corpora/_mmreader, use :noindex: for one of them gensim/gensim/utils.py:docstring of gensim.utils.chunkize:9:Inline interpreted text or phrase reference start-string without end-string. gensim/docs/src/_matutils.rst:document isn't included in any toctree * update pins * update sphinx pin in setup.py * explicitly install sbt * fixup, use sudo
- Loading branch information
Showing
8 changed files
with
23 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
Sphinx==2.2.0 | ||
sphinx-gallery==0.4.0 | ||
sphinxcontrib-napoleon==0.7 | ||
sphinxcontrib-programoutput==0.15 | ||
memory-profiler==0.55.0 | ||
Pyro4==4.77 | ||
Sphinx==3.5.2 | ||
annoy==1.16.2 | ||
scikit-learn==0.21.3 | ||
plotly==4.2.1 | ||
memory-profiler==0.55.0 | ||
nltk==3.4.5 | ||
testfixtures==6.10.0 | ||
statsmodels==0.10.1 | ||
pandas==1.2.3 | ||
pyemd==0.5.1 | ||
pandas==0.25.2 | ||
scikit-learn==0.24.1 | ||
sphinx-gallery==0.8.2 | ||
sphinxcontrib-napoleon==0.7 | ||
sphinxcontrib-programoutput==0.15 | ||
statsmodels==0.12.2 | ||
testfixtures==6.17.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters