Don't show source files on live docs

This commit is contained in:
Dan 2017-12-30 22:00:26 +01:00
parent 095e97a8e5
commit facf1ca627

View File

@ -39,6 +39,9 @@ extensions = [
'sphinx.ext.napoleon'
]
# Don't show source files on docs
html_show_sourcelink = False
# Order by source, not alphabetically
autodoc_member_order = 'bysource'