From 81684a6c9d4bc077925c572ddeab480723fc1be8 Mon Sep 17 00:00:00 2001 From: patrick96 Date: Mon, 3 Apr 2023 02:40:43 +0200 Subject: [PATCH] doc: Show version in alabaster theme (local builds) --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 3f8b88bd..b7483a3c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -138,6 +138,7 @@ if on_rtd or os.environ.get('USE_RTD_THEME', '0') == '1': html_theme_options['collapse_navigation'] = False else: html_theme = 'alabaster' + html_theme_options['description'] = version # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,