mirror of
https://git.deluge-torrent.org/deluge
synced 2025-07-31 05:28:38 +00:00
[Docs] Fix formatting of exported docstrings
This commit is contained in:
parent
043344b986
commit
27b4e2d891
4 changed files with 17 additions and 6 deletions
|
@ -125,6 +125,9 @@ extensions = [
|
|||
'sphinx.ext.coverage',
|
||||
]
|
||||
|
||||
napoleon_include_init_with_doc = True
|
||||
napoleon_use_rtype = False
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue