From 69d5d2adde1d13578a94e8b1934235987cf9b2bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jan 2021 23:53:33 +0100 Subject: Switch to Meson --- doc/conf.py.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/conf.py.in') diff --git a/doc/conf.py.in b/doc/conf.py.in index d6c9160..3fa8ea2 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -41,7 +41,7 @@ cpp_index_common_prefix = ["pugl::"] html_copy_source = False html_short_title = "Pugl" -html_static_path = ["_static"] +html_static_path = ["../_static"] html_theme = "sphinx_lv2_theme" if tags.has('singlehtml'): @@ -52,8 +52,8 @@ if tags.has('singlehtml'): } html_theme_options = { - "body_max_width": "50em", - "body_min_width": "50em", + "body_max_width": "51em", + "body_min_width": "51em", "description": "A minimal portable API for embeddable GUIs.", "show_footer_version": True, "show_logo_version": False, -- cgit v1.2.1