From 74e4b3d4f2d16e5aa99ff05bde21be927e899e4e Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Fri, 3 Feb 2023 17:59:41 +0100 Subject: [PATCH] :bug: make autoapi mandatory --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2b0e4c071..fe9c228ea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,10 +89,10 @@ pylint = "^2.4.4" pytest = "^6.1" pytest-cov = "*" pytest-print = "*" -Sphinx = { version = "^5.3", optional = true } -m2r2 = { version = "^0.3.3.post2", optional = true } -sphinx-autoapi = { version = "^2.0.1", optional = true } -sphinxcontrib-napoleon = { version = "^0.7", optional = true } +Sphinx = "^5.3" +m2r2 = "^0.3.3.post2" +sphinx-autoapi = "^2.0.1" +sphinxcontrib-napoleon = "^0.7" revitron-sphinx-theme = { git = "https://github.com/revitron/revitron-sphinx-theme.git", branch = "master" } recommonmark = "*" wheel = "*"