From 451b161ad044efeafaa594954b1be278b2239869 Mon Sep 17 00:00:00 2001 From: Gregor Olenik Date: Tue, 16 Jan 2024 09:30:20 +0100 Subject: [PATCH] hotfix, fix doc deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 429fd692..7f854bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ obr = "obr.cli:main" [project.optional-dependencies] doc = [ - "sphinx==5.0.2", - "sphinx-autoapi", + "sphinx==6.2.1", + "sphinx-autoapi==3.0.0", "sphinxcontrib.applehelp==1.0.7", "furo", "myst_parser"