Unverified Commit 2d29fbd4 authored by Karel Kočí's avatar Karel Kočí
Browse files

sphinx-rtd-theme: fix missing docutils for cross compilation

The tests are disabled when cross compiling. The effect of adding
pythonRelaxDepsHook to check inputs is that it is skipped when cross
compiling or when checks are disabled.
parent 042dd5c2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -31,9 +31,12 @@ buildPythonPackage rec {
    sphinxcontrib-jquery
  ];

  nativeBuildInputs = [
    pythonRelaxDepsHook
  ];

  nativeCheckInputs = [
    pytestCheckHook
    pythonRelaxDepsHook
    readthedocs-sphinx-ext
  ];