diff 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
line wrap: on
line diff
--- a/docs/conf.py	Thu May 07 16:06:59 2026 +0200
+++ b/docs/conf.py	Thu May 07 16:12:15 2026 +0200
@@ -69,7 +69,7 @@
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
 
 html_static_path = ['_static']
-html_extra_path = ['../LICENSES']
+html_extra_path = ['../LICENSES', './examples']
 
 #html_theme = 'alabaster'
 html_theme = 'haiku'