Mercurial > hgrepos > Python > libs > ConfigMix
changeset 55:51a8fa011659
Don't show RST file sources and don't show python sources
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Tue, 27 Feb 2018 23:57:57 +0100 |
| parents | aa8345dae995 |
| children | 1f11672c4615 |
| files | doc/conf.py |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ---------------------------------------------
