From 7a80e29f9354c6f84ce7c9214b45f197f0c11f3f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 6 May 2024 21:59:12 +0200 Subject: [PATCH] DOC: Switch to shibuya theme --- doc/conf.py | 4 ++++ doc/requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index bbb90390..015d1a5e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,10 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'shibuya' +html_theme_options = { + 'navigation_with_keys': True, +} # -- Options for LaTeX output --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index 3c83291b..28539d4f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +shibuya ipykernel numpy matplotlib