comparison doc/conf.py @ 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 a3f64253de70
comparison
equal deleted inserted replaced
54:aa8345dae995 55:51a8fa011659
41 extensions = [ 41 extensions = [
42 'sphinx.ext.autodoc', 42 'sphinx.ext.autodoc',
43 'sphinx.ext.intersphinx', 43 'sphinx.ext.intersphinx',
44 'sphinx.ext.todo', 44 'sphinx.ext.todo',
45 'sphinx.ext.ifconfig', 45 'sphinx.ext.ifconfig',
46 'sphinx.ext.viewcode', 46 # 'sphinx.ext.viewcode',
47 ] 47 ]
48 48
49 # Add any paths that contain templates here, relative to this directory. 49 # Add any paths that contain templates here, relative to this directory.
50 templates_path = ['_templates'] 50 templates_path = ['_templates']
51 51
99 # defined by theme itself. Builtin themes are using these templates by 99 # defined by theme itself. Builtin themes are using these templates by
100 # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', 100 # default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
101 # 'searchbox.html']``. 101 # 'searchbox.html']``.
102 # 102 #
103 # html_sidebars = {} 103 # html_sidebars = {}
104
105 html_show_sourcelink = False
104 106
105 107
106 # -- Options for HTMLHelp output --------------------------------------------- 108 # -- Options for HTMLHelp output ---------------------------------------------
107 109
108 # Output file base name for HTML help builder. 110 # Output file base name for HTML help builder.