From e22d14d53eeb8330f0c9c15898e7d50a87b0c28b Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Mon, 2 Dec 2024 11:23:03 -0800 Subject: [PATCH] add readthedocs yaml configuration file --- doc/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index bd70fb5c..c1bbea4e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -185,9 +185,7 @@ # documentation. html_theme_options = { - 'logo_only': True, - 'navigation_depth': 2, - 'collapse_navigation': False + 'logo_only': True } html_logo = "https://raw.githubusercontent.com/nest/ode-toolbox/master/doc/fig/ode-toolbox-logo.png"