diff docs/conf.py @ 709:115de6fe420e

Add a custom CSS file to use text-align "left" instead of the Haiku standard "justify"
author Franz Glasner <f.glasner@feldmann-mg.com>
date Tue, 15 Aug 2023 11:40:18 +0200
parents 77d4a3e7c9e2
children 0c73d95ec454
line wrap: on
line diff
--- a/docs/conf.py	Tue Aug 15 11:14:51 2023 +0200
+++ b/docs/conf.py	Tue Aug 15 11:40:18 2023 +0200
@@ -102,6 +102,7 @@
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
 html_static_path = ['_static']
+html_css_files = ["custom-haiku.css"]
 
 # Custom sidebar templates, must be a dictionary that maps document names
 # to template names.