From 7c3b69ae159fcf23ec4d93cc990ad75aff2585d7 Mon Sep 17 00:00:00 2001 From: Angel Ferran Pousa Date: Wed, 25 Oct 2023 13:45:33 +0200 Subject: [PATCH 1/2] Avoid pydata theme warning --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8021a443..8d4d1031 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -89,6 +89,7 @@ "pygment_dark_style": "monokai", "use_edit_page_button": True, "navigation_depth": 2, + "navigation_with_keys": False } html_context = { From 9edcacd8900f8aa02f2beccf68a4b78d87eaf892 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:47:52 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8d4d1031..ef6877ed 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -89,7 +89,7 @@ "pygment_dark_style": "monokai", "use_edit_page_button": True, "navigation_depth": 2, - "navigation_with_keys": False + "navigation_with_keys": False, } html_context = {