comparison docs/conf.py @ 151:4a8c122725b0

Move all the example files to "examples/"
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 May 2026 16:12:15 +0200
parents 4acf578ae93f
children 16faae7ecdb6
comparison
equal deleted inserted replaced
150:4acf578ae93f 151:4a8c122725b0
67 67
68 # -- Options for HTML output ------------------------------------------------- 68 # -- Options for HTML output -------------------------------------------------
69 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output 69 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
70 70
71 html_static_path = ['_static'] 71 html_static_path = ['_static']
72 html_extra_path = ['../LICENSES'] 72 html_extra_path = ['../LICENSES', './examples']
73 73
74 #html_theme = 'alabaster' 74 #html_theme = 'alabaster'
75 html_theme = 'haiku' 75 html_theme = 'haiku'
76 html_title = 'The %s v%s' % (project, release) 76 html_title = 'The %s v%s' % (project, release)
77 html_short_title = html_title 77 html_short_title = html_title