comparison docs/conf.py @ 732:88bfa76463a6

FIX: Make all configurations on conf10.* semantically identical. BUGS: INI and lists
author Franz Glasner <f.glasner@feldmann-mg.com>
date Fri, 18 Aug 2023 11:50:39 +0200
parents 26a6c218a66a
children
comparison
equal deleted inserted replaced
731:75d37575472b 732:88bfa76463a6
78 # List of patterns, relative to source directory, that match files and 78 # List of patterns, relative to source directory, that match files and
79 # directories to ignore when looking for source files. 79 # directories to ignore when looking for source files.
80 # This pattern also affects html_static_path and html_extra_path . 80 # This pattern also affects html_static_path and html_extra_path .
81 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] 81 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
82 82
83 # `default' is similar to python3
84 highlight_language = "default"
85
83 # The name of the Pygments (syntax highlighting) style to use. 86 # The name of the Pygments (syntax highlighting) style to use.
84 pygments_style = 'sphinx' 87 pygments_style = 'sphinx'
85 88
86 89
87 # -- Options for HTML output ------------------------------------------------- 90 # -- Options for HTML output -------------------------------------------------