From d86d7fd19f39b5b04b901ba791a3002ee45ab012 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 6 Oct 2024 18:41:10 +0200 Subject: [PATCH] add flyout_display to docs/conf.py to include version selector --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 69d99433..78663011 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -247,3 +247,5 @@ # How to display URL addresses: 'footnote', 'no', or 'inline'. # texinfo_show_urls = 'footnote' + +flyout_display = "attached" \ No newline at end of file