python3Packages.sphinx-multiversion: fix build

This commit is contained in:
Jacek Galowicz
2024-11-23 16:30:48 +00:00
parent 1fb3496b1e
commit a5c236e30d
@@ -22,7 +22,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ sphinx ];
nativeCheckInputs = [ unittestCheckHook ];
pythonImportsCheck = [ "sphinx_multiversion" ];