From 059465ddcdac3b9986ce8fb5b189a97bf493fc7e Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 13 May 2024 18:10:04 +0200 Subject: [PATCH] DOC: Switch to sphinx_nefertiti 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..71400d56 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -137,6 +137,10 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = 'sphinx_nefertiti' +html_theme_options = { + 'navigation_with_keys': True, +} # -- Options for LaTeX output --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index eafc24d2..6a12f18b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +sphinx-nefertiti ipykernel numpy matplotlib