From 4fe1043b88ff5ddab538d7e19baf075b6e40a2e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:34:16 +0000 Subject: [PATCH 1/4] Update sphinx requirement from ~=7.4.7 to ~=8.0.2 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ed652262..708d12e0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -Sphinx~=7.4.7 +Sphinx~=8.0.2 sphinx-rtd-theme~=2.0.0 redis>=3.5.3 From 509cf8baf7957e1d0bbda68746ba26b32177cbca Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 6 Oct 2024 18:24:36 +0200 Subject: [PATCH 2/4] trying out sphinx-rtd-theme 3.0.0rc4 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 708d12e0..1db32a35 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ Sphinx~=8.0.2 -sphinx-rtd-theme~=2.0.0 +sphinx-rtd-theme~=3.0.0rc4 redis>=3.5.3 From d86d7fd19f39b5b04b901ba791a3002ee45ab012 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 6 Oct 2024 18:41:10 +0200 Subject: [PATCH 3/4] 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 From 675c3e989563d4199837711a3d3c2936407cab19 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 6 Oct 2024 18:46:48 +0200 Subject: [PATCH 4/4] revert conf.py (no effect) --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 78663011..69d99433 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -247,5 +247,3 @@ # How to display URL addresses: 'footnote', 'no', or 'inline'. # texinfo_show_urls = 'footnote' - -flyout_display = "attached" \ No newline at end of file