From 6683a009a41e0dca94d51c451727a507f841289f Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Tue, 1 Aug 2023 14:29:10 -0400 Subject: [PATCH] Fix sphinx build by depending on ipykernel directly --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8873bbeff..acef02c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,9 @@ docs = [ "sphinx-autodoc-typehints>=1.12.0", "sphinx-reredirects", "jupyter-sphinx>=0.3.2", + # The following line is needed until + # https://github.com/jupyter/jupyter-sphinx/pull/226 is resolved. + "ipykernel>=4.5.1", "nbsphinx>=0.8.8", "sphinx-copybutton>=0.5.0", "reno>=3.4.0",