comparison docs/conf.py @ 170:f761694373e0

Do not justify the documentation output. Implemented by adding a custom CSS for haiku.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 11 May 2026 10:52:43 +0200
parents ddefcc20367c
children 4b87a9ecffdd
comparison
equal deleted inserted replaced
169:3c517c22df9c 170:f761694373e0
117 html_copy_source = False 117 html_copy_source = False
118 html_show_sourcelink = False 118 html_show_sourcelink = False
119 119
120 #html_theme = 'alabaster' 120 #html_theme = 'alabaster'
121 html_theme = 'haiku' 121 html_theme = 'haiku'
122 html_css_files = ["custom-haiku.css"]
122 html_title = 'The %s v%s' % (project, release) 123 html_title = 'The %s v%s' % (project, release)
123 html_short_title = html_title 124 html_short_title = html_title
124 html_last_updated_fmt = "%s (rv:%s)" % (today, release_rev) 125 html_last_updated_fmt = "%s (rv:%s)" % (today, release_rev)
125 #pygments_style = "sphinx" 126 #pygments_style = "sphinx"
126 pygments_style = "default" 127 pygments_style = "default"