From 07e0e50c7d884868dc215e3acff0747e1af0bdee Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Tue, 1 Oct 2024 17:34:19 -0700 Subject: [PATCH] Update Binder pin --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1ba071c7..b9852de0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,7 @@ class Constants(BaseModel): if pkg not in ["python", "pandas", "matplotlib"] ] """Tippy ReadTheDocs-compatible URLs.""" - rev: str = "b3449049608db5cd0320f0cb2baa5a30d9cf473b" + rev: str = "3d73572cf5b03baad2f8726d90897b9c8edafaad" """Binder revision.""" html_thebe_common: dict[str, str] = { "repository_url": f"https://github.com/{ans.user}/{ans.repo}",