comparison docs/conf.py @ 135:5fea7180155c

Also copy the license files from the LICENSES directory to the build output directory
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 06 May 2026 23:41:50 +0200
parents 62407bd73ba8
children d8ac51cba0ff
comparison
equal deleted inserted replaced
134:62407bd73ba8 135:5fea7180155c
59 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output 59 # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
60 60
61 #html_theme = 'alabaster' 61 #html_theme = 'alabaster'
62 html_theme = 'haiku' 62 html_theme = 'haiku'
63 html_static_path = ['_static'] 63 html_static_path = ['_static']
64 html_extra_path = ['../LICENSES']
64 #pygments_style = "sphinx" 65 #pygments_style = "sphinx"
65 pygments_style = "default" 66 pygments_style = "default"
66 67
67 68
68 def setup(app): 69 def setup(app):