comparison docs/conf.py @ 186:95754197f5b3

Link to some source code of example pseudocode files
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 12 May 2026 20:22:47 +0200
parents b27557f6d393
children 418846a2623c
comparison
equal deleted inserted replaced
185:b27557f6d393 186:95754197f5b3
125 125
126 # -- Options for HTML output ------------------------------------------------- 126 # -- Options for HTML output -------------------------------------------------
127 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output 127 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
128 128
129 html_static_path = ['_static'] 129 html_static_path = ['_static']
130 html_extra_path = ['../LICENSES', './examples'] 130 html_extra_path = ['../LICENSES']
131 html_copy_source = False 131 html_copy_source = False
132 html_show_sourcelink = False 132 html_show_sourcelink = False
133 133
134 #html_theme = 'alabaster' 134 #html_theme = 'alabaster'
135 html_theme = 'haiku' 135 html_theme = 'haiku'