From a6286d25f9614136109e6595f50547f914e2f978 Mon Sep 17 00:00:00 2001 From: whitews Date: Sun, 8 Oct 2023 12:06:33 -0400 Subject: [PATCH] pin sphinx & nbsphinx versions for compatibility with pandoc 2.9.2 (addresses #156) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07b598c..84ebdd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,9 @@ Repository = "https://github.com/tommyod/KDEpy" [project.optional-dependencies] dev = [ + "sphinx<7", "numpydoc>=0.7.0", - "nbsphinx>=0.3.2", + "nbsphinx==0.9.1", "ipython>=6.4.0", "build>=0.10.0", "matplotlib>=2.2.2"