You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems generating the API documentation by calling a script is a bit fragile on ReadTheDocs. Maybe a more "semi-manual" approach would be more useful.
The text was updated successfully, but these errors were encountered:
tomschr
added
Bug
Error, flaw or fault to produce incorrect or unexpected results
Doc
Documentation related issue
labels
Nov 3, 2020
* Remove all automatic generation and use a more
"semi-manual" approach (gives more control)
* Improve docstrings in semver module
* Remove docstrings in some dunder methods; Sphinx
and autodoc uses the docstring from the parent class
* Remove sphinx-apidoc command from :file:`tox.ini`
* Remove all automatic generation and use a more
"semi-manual" approach (gives more control)
* Improve docstrings in semver module
* Remove docstrings in some dunder methods; Sphinx
and autodoc uses the docstring from the parent class
* Remove sphinx-apidoc command from :file:`tox.ini`
Situation
The API documentation is empty, although there is code to add that.
Proposed Solution
It seems generating the API documentation by calling a script is a bit fragile on ReadTheDocs. Maybe a more "semi-manual" approach would be more useful.
The text was updated successfully, but these errors were encountered: