From 7d3e0057d5f8dbd7814464e136c29c9d5c444142 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 4 Jun 2024 12:30:06 +0100 Subject: [PATCH] Make documentation build under Python 3.12 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 54e7050..7572fe7 100644 --- a/tox.ini +++ b/tox.ini @@ -19,6 +19,7 @@ commands = [testenv:docs] deps = -r {toxinidir}/requirements_docs.txt + setuptools changedir = docs allowlist_externals = make commands =