diff 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
line wrap: on
line diff
--- a/docs/conf.py	Thu May 07 10:03:32 2026 +0200
+++ b/docs/conf.py	Thu May 07 10:52:14 2026 +0200
@@ -46,7 +46,7 @@
 ]
 
 templates_path = ['_templates']
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'lexerlist.rst']
 
 highlight_language = "none"