comparison docs/conf.py @ 48:fcc34b24ded7

Test with alternating Pygments styles
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 26 Apr 2026 15:06:58 +0200
parents 6ac1ea5d2d4a
children 5c0f26a21e81
comparison
equal deleted inserted replaced
47:c41bd33b511c 48:fcc34b24ded7
17 extensions = [] 17 extensions = []
18 18
19 templates_path = ['_templates'] 19 templates_path = ['_templates']
20 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] 20 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
21 21
22 pygments_tyle = "sphinx"
23 #pygments_style = "default"
22 24
23 25
24 # -- Options for HTML output ------------------------------------------------- 26 # -- Options for HTML output -------------------------------------------------
25 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output 27 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
26 28