summaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-11-16 09:57:05 +0000
committerCalum Lind <calumlind@gmail.com>2018-11-16 15:06:30 +0000
commit27b4e2d891a198fcb179d6d649d938d2f613cf84 (patch)
treef7070acbc0350a80678546d88faf6c966e77d473 /docs/source/conf.py
parent043344b986013212a2ad5f51bc967810c5200c0c (diff)
downloaddeluge-27b4e2d891a198fcb179d6d649d938d2f613cf84.tar.gz
deluge-27b4e2d891a198fcb179d6d649d938d2f613cf84.tar.bz2
deluge-27b4e2d891a198fcb179d6d649d938d2f613cf84.zip
[Docs] Fix formatting of exported docstrings
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index e7c28cc7b..78377f5c0 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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']