comparison docs/conf.py @ 141:acd9073cbbe3

Make a lexerlist.rst that contains the table of the lexers because it is used at least twice
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 May 2026 10:52:14 +0200
parents d8ac51cba0ff
children 6da3b9dd4294
comparison
equal deleted inserted replaced
140:e424fcdd472f 141:acd9073cbbe3
44 extensions = [ 44 extensions = [
45 "sphinx.ext.todo", 45 "sphinx.ext.todo",
46 ] 46 ]
47 47
48 templates_path = ['_templates'] 48 templates_path = ['_templates']
49 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] 49 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'lexerlist.rst']
50 50
51 highlight_language = "none" 51 highlight_language = "none"
52 52
53 53
54 # --- Options for todo extension --------------------------------------------- 54 # --- Options for todo extension ---------------------------------------------