comparison docs/conf.py @ 144:b616f9645e37

More referencing with internal and external links
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 May 2026 12:21:53 +0200
parents 6da3b9dd4294
children c4f6f5e771b0
comparison
equal deleted inserted replaced
143:6da3b9dd4294 144:b616f9645e37
48 templates_path = ['_templates'] 48 templates_path = ['_templates']
49 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'lexerlist.rst'] 49 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'lexerlist.rst']
50 50
51 highlight_language = "none" 51 highlight_language = "none"
52 52
53 rst_epilog = """
54 .. _Sphinx: https://www.sphinx-doc.org
55 """
56
53 57
54 # --- Options for todo extension --------------------------------------------- 58 # --- Options for todo extension ---------------------------------------------
55 todo_include_todos = True 59 todo_include_todos = True
56 60
57 61