From 74f4e0a2f3355b45b6e9d6d599150e0548a3f6ec Mon Sep 17 00:00:00 2001
From: Daniel Barlow <dan@telent.net>
Date: Wed, 27 Sep 2023 13:44:26 +0100
Subject: [PATCH] fiddle with manual layout

---
 doc/conf.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index e92959b..94f1685 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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'
+}