python3.pkgs.beautifulsoup4: build offline html documentation

main
Dmitry Bogatov 3 years ago
parent 6b8b02cef7
commit 3bb2ac5adf
No known key found for this signature in database
  1. 3
      pkgs/development/python-modules/beautifulsoup4/default.nix

@ -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"

Loading…
Cancel
Save