[Docs] Fix formatting of exported docstrings

This commit is contained in:
Calum Lind 2018-11-16 09:57:05 +00:00
commit 27b4e2d891
4 changed files with 17 additions and 6 deletions

View file

@ -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']