From 24a62b5e83c7db0234493de04c4703aa357bd167 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 8 May 2025 22:44:31 -0500 Subject: [PATCH] Revert "docs: avoid latest sphinx, per recent error" This reverts commit f3cca2e37016ec0b3045c4f06de080bdadba33ce. sphinx-toolbox has new release(s) so guessing this is no longer an issue --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 397d551..cd2a48b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,8 +38,7 @@ dependencies = [ [project.optional-dependencies] postgres = ["psycopg2"] mysql = ["mysql-connector-python"] -# TODO: remove sphinx version cap after new sphinx-toolbox release? -docs = ["Sphinx<8.2", "furo", "sphinxcontrib-programoutput", "enum-tools[sphinx]"] +docs = ["Sphinx", "furo", "sphinxcontrib-programoutput", "enum-tools[sphinx]"] tests = ["pytest-cov", "tox"]