From a59ec39237f332581bc4b3b3116249d6db025343 Mon Sep 17 00:00:00 2001 From: Carl Parker Date: Thu, 5 Oct 2023 12:43:44 -0700 Subject: [PATCH 1/3] Fix stable version for v2.1.0 release --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a7c308cb3c..1bf376246d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -201,7 +201,7 @@ def reset_mpl(gallery_conf, fname): # # https://stackoverflow.com/a/33845358/1106930 # -html_context = {"version_stable": "2.0.1"} +html_context = {"version_stable": "2.1.0"} # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. From c96eb6f7317e0c776bd7497630efe2c8382a50c2 Mon Sep 17 00:00:00 2001 From: Carl Parker Date: Thu, 5 Oct 2023 12:59:32 -0700 Subject: [PATCH 2/3] Revert "Fix stable version for v2.1.0 release" This reverts commit a59ec39237f332581bc4b3b3116249d6db025343. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1bf376246d..a7c308cb3c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -201,7 +201,7 @@ def reset_mpl(gallery_conf, fname): # # https://stackoverflow.com/a/33845358/1106930 # -html_context = {"version_stable": "2.1.0"} +html_context = {"version_stable": "2.0.1"} # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. From 2f1163ebab66b767e4483259190ed0b721b01bd4 Mon Sep 17 00:00:00 2001 From: Carl Parker Date: Thu, 5 Oct 2023 13:06:41 -0700 Subject: [PATCH 3/3] Fix stable version for v2.1.0 release --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a7c308cb3c..1bf376246d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -201,7 +201,7 @@ def reset_mpl(gallery_conf, fname): # # https://stackoverflow.com/a/33845358/1106930 # -html_context = {"version_stable": "2.0.1"} +html_context = {"version_stable": "2.1.0"} # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.