diff --git a/doc/source/conf.py b/doc/source/conf.py index 331c16fde26f0bdb83df23d96fc3776f72a3dd9c..ea4a5ebbe3d4c6ee46bbb48caca679615648920a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -106,8 +106,8 @@ html_logo = "gstlal_small.png" # documentation. html_theme_options = { 'fixed_sidebar': 'true', - 'sidebar_width': '250px', - 'page_width': '80%', + 'sidebar_width': '200px', + 'page_width': '95%', 'show_powered_by': 'false', 'logo_name': 'true', }