From 4a71a518f5f7f2d7ad200b0482e9c805cc8fbf37 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Tue, 3 Dec 2024 12:52:18 -0700 Subject: [PATCH] Add lower bound to intersphinx_registry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a80f02683..c72568b2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ docs = [ "pydata-sphinx-theme>=0.15.3", "nbsphinx!=0.8.8", # c.f. https://github.com/spatialaudio/nbsphinx/issues/620 "ipywidgets", - "intersphinx_registry", + "intersphinx_registry>=0.2411.17", "sphinx-issues", "sphinx-copybutton>=0.3.2,!=0.5.1", "jupyterlite-sphinx>=0.13.1", # c.f. https://github.com/scikit-hep/pyhf/pull/2458