privacyidea: fix build
ZHF #230712 Failing Hydra build: https://hydra.nixos.org/build/219779719 Another package leaked in a sphinx that's incompatible with the dependency fixes in here. Removing that solves the issue.
This commit is contained in:
parent
d5d16930f3
commit
847b66d055
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ let
|
|||
sphinxHook = null;
|
||||
sphinx-rtd-theme = null;
|
||||
}).overridePythonAttrs dropDocOutput;
|
||||
deprecated = (super.deprecated.override {
|
||||
sphinxHook = null;
|
||||
}).overridePythonAttrs dropDocOutput;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue