python311Packages.sphinx-prompt: skip bulk update

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:36 +01:00
parent 60ce619317
commit 1da981b5f6
@@ -55,6 +55,9 @@ buildPythonPackage rec {
pytestCheckHook
];
# versions >=1.8.0 cannot be build from source
passthru.skipBulkUpdate = true;
meta = with lib; {
description = "A sphinx extension for creating unselectable prompt";
homepage = "https://github.com/sbrunner/sphinx-prompt";