aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-21 18:14:58 +0100
committerDavid Robillard <d@drobilla.net>2020-12-21 18:14:58 +0100
commit19d8a055ff1e58a699e3679b701a1a60a2927243 (patch)
tree0db5e05cfad13d366333ef48d4594f01026c4114 /doc
parent5cb9eaf3d9a1a0deb723778c7a529a8bd4d76186 (diff)
downloadserd-19d8a055ff1e58a699e3679b701a1a60a2927243.tar.gz
serd-19d8a055ff1e58a699e3679b701a1a60a2927243.tar.bz2
serd-19d8a055ff1e58a699e3679b701a1a60a2927243.zip
Fix documentation page width
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 224b6e77..aa98c01a 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -64,7 +64,7 @@ if html_theme == "alabaster":
"logo": "serd.svg",
"logo_name": True,
"logo_text_align": "center",
- "page_width": "80em - 20em",
+ "page_width": "80em - 24em",
"sidebar_width": "24em",
}