From 84b28d4221ad58254405fb23795b2c351480657e Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 13 Jan 2018 17:06:14 +0100 Subject: [PATCH] Enable source link --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 012365ea..343b6f07 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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'