Unverified Commit 847b66d0 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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.
parent d5d16930
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -167,6 +167,9 @@ let
        sphinxHook = null;
        sphinx-rtd-theme = null;
      }).overridePythonAttrs dropDocOutput;
      deprecated = (super.deprecated.override {
        sphinxHook = null;
      }).overridePythonAttrs dropDocOutput;
    };
  };
in