Merge pull request #233368 from Ma27/fix-privacyidea

privacyidea: fix build
This commit is contained in:
Ryan Lahfa 2023-05-22 10:05:56 +02:00 committed by GitHub
commit 0da120ef80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,10 @@ let
deprecated = (super.deprecated.override {
sphinxHook = null;
}).overridePythonAttrs dropDocOutput;
wrapt = (super.wrapt.override {
sphinxHook = null;
sphinx-rtd-theme = null;
}).overridePythonAttrs dropDocOutput;
};
};
in