From 1e5bbd8c0cebcfa0d1583bceda94109ef9fcaa35 Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Mon, 2 Dec 2024 11:30:12 -0800 Subject: [PATCH] add readthedocs yaml configuration file --- doc/conf.py | 6 +++++- doc/css/custom.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index f8b21965..96337753 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -185,7 +185,11 @@ # documentation. html_theme_options = { - 'logo_only': False + 'logo_only': True, + 'navigation_depth': 1, + 'theme_navigation_depth': 1, + 'collapse_navigation': False, + 'theme_collapse_navigation': False } html_logo = "https://raw.githubusercontent.com/nest/ode-toolbox/master/doc/fig/ode-toolbox-logo.png" diff --git a/doc/css/custom.css b/doc/css/custom.css index 6b8329ea..6223f5a4 100644 --- a/doc/css/custom.css +++ b/doc/css/custom.css @@ -141,6 +141,6 @@ tr.row-odd { } figure { - margin-bottom: 24px; + margin-bottom: 24px !important; }