python3.pkgs.beautifulsoup4: build offline html documentation

This commit is contained in:
Dmitry Bogatov
2022-04-29 08:45:38 -04:00
parent 6b8b02cef7
commit 3bb2ac5adf
@@ -6,12 +6,14 @@
, pytestCheckHook
, pythonOlder
, soupsieve
, sphinxHook
}:
buildPythonPackage rec {
pname = "beautifulsoup4";
version = "4.11.1";
format = "setuptools";
outputs = ["out" "doc"];
disabled = pythonOlder "3.6";
@@ -29,6 +31,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
];
nativeBuildInputs = [ sphinxHook ];
pythonImportsCheck = [
"bs4"