python311Packages.sphinx-thebe: fix build

This commit is contained in:
Martin Weinelt 2023-09-20 16:41:41 +02:00
parent d7f45e3428
commit f15b59e7b1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sphinx-thebe";
version = "0.2.1";
format = "setuptools";
format = "pyproject";
disabled = pythonOlder "3.6";