mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-15 17:34:04 +00:00
python3.pkgs.dropbox: build offline html documentation
This commit is contained in:
parent
3bb2ac5adf
commit
23d3cd040e
@ -8,6 +8,7 @@
|
||||
, mock
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
, sphinxHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -16,6 +17,7 @@ buildPythonPackage rec {
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
outputs = ["out" "doc"];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dropbox";
|
||||
@ -46,6 +48,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [
|
||||
"dropbox"
|
||||
];
|
||||
nativeBuildInputs = [ sphinxHook ];
|
||||
|
||||
# Set SCOPED_USER_DROPBOX_TOKEN environment variable to a valid value.
|
||||
disabledTests = [
|
||||
|
Loading…
Reference in New Issue
Block a user