fiddle with manual layout

hark-how-all-the-belkin-rings
Daniel Barlow 2023-09-27 13:44:26 +01:00
parent 9133475103
commit 74f4e0a2f3
1 changed files with 8 additions and 0 deletions

View File

@ -28,3 +28,11 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
html_theme = 'alabaster'
html_static_path = ['_static']
html_theme_options = {
'logo': '/logo.svg',
'globaltoc_collapse': 'false',
'page_width': '90%',
'body_max_width': '90%',
'description': 'A Nix-based OpenWrt-style embedded Linux system for consumer wifi routers'
}