Mercurial > hgrepos > Python > libs > ConfigMix
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 708:e692216f8756 | 709:115de6fe420e |
|---|---|
| 100 | 100 |
| 101 # Add any paths that contain custom static files (such as style sheets) here, | 101 # Add any paths that contain custom static files (such as style sheets) here, |
| 102 # relative to this directory. They are copied after the builtin static files, | 102 # relative to this directory. They are copied after the builtin static files, |
| 103 # so a file named "default.css" will overwrite the builtin "default.css". | 103 # so a file named "default.css" will overwrite the builtin "default.css". |
| 104 html_static_path = ['_static'] | 104 html_static_path = ['_static'] |
| 105 html_css_files = ["custom-haiku.css"] | |
| 105 | 106 |
| 106 # Custom sidebar templates, must be a dictionary that maps document names | 107 # Custom sidebar templates, must be a dictionary that maps document names |
| 107 # to template names. | 108 # to template names. |
| 108 # | 109 # |
| 109 # The default sidebars (for documents that don't match any pattern) are | 110 # The default sidebars (for documents that don't match any pattern) are |
