Standardize docstrings in core.py to google standard. Remove type hints in docstrings in favor of the ones in method signatures. Use function signature type hints in autodoc generated docs. Closes: https://github.com/deluge-torrent/deluge/pull/359
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
sphinx==4.*
|
|
myst-parser
|
|
sphinx_rtd_theme
|
|
sphinxcontrib-spelling==7.3.0
|
|
sphinx-autodoc-typehints
|