Enable source link

This commit is contained in:
Dan 2018-01-13 17:06:14 +01:00
parent 655ad4c7ab
commit 84b28d4221

View File

@ -40,7 +40,7 @@ extensions = [
]
# Don't show source files on docs
html_show_sourcelink = False
html_show_sourcelink = True
# Order by source, not alphabetically
autodoc_member_order = 'bysource'