From 6d3f742ff20a74b80e06bc87d622eedc00bb46da Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Mon, 2 Dec 2024 11:26:06 -0800 Subject: [PATCH] add readthedocs yaml configuration file --- doc/conf.py | 3 ++- doc/css/custom.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c1bbea4e..f8b21965 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -185,8 +185,9 @@ # documentation. html_theme_options = { - 'logo_only': True + 'logo_only': False } + html_logo = "https://raw.githubusercontent.com/nest/ode-toolbox/master/doc/fig/ode-toolbox-logo.png" # Add any paths that contain custom static files (such as style sheets) here, diff --git a/doc/css/custom.css b/doc/css/custom.css index db3b8e5d..6b8329ea 100644 --- a/doc/css/custom.css +++ b/doc/css/custom.css @@ -140,4 +140,7 @@ tr.row-odd { background-color: #FFFFFF !important; } +figure { + margin-bottom: 24px; +}