# HG changeset patch # User Franz Glasner # Date 1519772277 -3600 # Node ID 51a8fa011659339e6dfad9b874d89c2a812d0cf2 # Parent aa8345dae99581cf9cd37f72ac7d208016377046 Don't show RST file sources and don't show python sources diff -r aa8345dae995 -r 51a8fa011659 doc/conf.py --- a/doc/conf.py Tue Feb 27 23:42:11 2018 +0100 +++ b/doc/conf.py Tue Feb 27 23:57:57 2018 +0100 @@ -43,7 +43,7 @@ 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', - 'sphinx.ext.viewcode', +# 'sphinx.ext.viewcode', ] # Add any paths that contain templates here, relative to this directory. @@ -102,6 +102,8 @@ # # html_sidebars = {} +html_show_sourcelink = False + # -- Options for HTMLHelp output ---------------------------------------------