diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f3cf1bd..00835b5f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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'