diff docs/conf.py @ 263:2e78e255b54e

Make a link to the reST source where appropriate to learn about the lexer syntax
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 19 May 2026 18:03:48 +0200
parents 881ae18c07f8
children e5ea2f955986
line wrap: on
line diff
--- a/docs/conf.py	Mon May 18 12:25:48 2026 +0200
+++ b/docs/conf.py	Tue May 19 18:03:48 2026 +0200
@@ -125,8 +125,20 @@
 
 html_static_path = ['_static']
 html_extra_path = ['../LICENSES']
-html_copy_source = False
+html_copy_source = True
 html_show_sourcelink = False
+#html_sidebars = {
+#    '**': [
+#        'localtoc.html',     # a fine-grained table of contents of the
+#                             # current document
+#        'globaltoc.html',    # a coarse-grained table of contents for the
+#                             # whole documentation set -- collapsed
+#        'sourcelink.html',   # a link to the source of the current document,
+#                             # if enabled in html_show_sourcelink
+#        'relations.html',    # two links to the previous and next documents
+#        'searchbox.html',    # the “quick search” box
+#    ],
+#}
 
 #html_theme = 'alabaster'
 html_theme = 'haiku'