comparison 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
comparison
equal deleted inserted replaced
262:27fd802338c6 263:2e78e255b54e
123 # -- Options for HTML output ------------------------------------------------- 123 # -- Options for HTML output -------------------------------------------------
124 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output 124 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
125 125
126 html_static_path = ['_static'] 126 html_static_path = ['_static']
127 html_extra_path = ['../LICENSES'] 127 html_extra_path = ['../LICENSES']
128 html_copy_source = False 128 html_copy_source = True
129 html_show_sourcelink = False 129 html_show_sourcelink = False
130 #html_sidebars = {
131 # '**': [
132 # 'localtoc.html', # a fine-grained table of contents of the
133 # # current document
134 # 'globaltoc.html', # a coarse-grained table of contents for the
135 # # whole documentation set -- collapsed
136 # 'sourcelink.html', # a link to the source of the current document,
137 # # if enabled in html_show_sourcelink
138 # 'relations.html', # two links to the previous and next documents
139 # 'searchbox.html', # the “quick search” box
140 # ],
141 #}
130 142
131 #html_theme = 'alabaster' 143 #html_theme = 'alabaster'
132 html_theme = 'haiku' 144 html_theme = 'haiku'
133 html_css_files = ["custom-haiku.css"] 145 html_css_files = ["custom-haiku.css"]
134 html_title = 'The %s v%s' % (project, release) 146 html_title = 'The %s v%s' % (project, release)