From a9c87bdc8b7e0e1721165a25b7d943e77e7eb9d0 Mon Sep 17 00:00:00 2001 From: Daniela Rus Morales Date: Tue, 26 Nov 2024 10:14:16 +0100 Subject: [PATCH] Require v0.5.1 to build the docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90c5d06..13992f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ "sphinx-colorschemed-images >=0.2.0", "sphinx_copybutton >=0.5.2, <1.0.0", "sphinx-design >=0.6.1, <0.7", - "sphinx-nefertiti >=0.5.0", + "sphinx-nefertiti >=0.5.1", ] [tool.setuptools]