From 6ca60797b3238cdbd849fa6dfb1ca42be0c05ed8 Mon Sep 17 00:00:00 2001 From: Sean Kavanagh Date: Thu, 16 Nov 2023 22:15:45 +0000 Subject: [PATCH] Add sphinx autoapi requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88748a2..36b8dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ easyunfold = "easyunfold.cli:easyunfold" [project.optional-dependencies] doc = [ "sphinx-click>=4,<5", "sphinx-autodoc2>=0.4,<0.5", "sphinx-book-theme>=1,<2", - "sphinx-copybutton>=0.3,<0.4", "myst-parser[linkify]", "sphinx>=6,<7" + "sphinx-copybutton>=0.3,<0.4", "myst-parser[linkify]", "sphinx>=6,<7", "sphinx-autoapi==3.0.0" ] test = ["pytest", "pytest-cov", "coverage", "sumo"] dos = ["sumo"]