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'