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.
This commit is contained in:
Karel Kočí
2023-03-08 08:47:52 +01:00
parent 042dd5c271
commit 2d29fbd4b6
@@ -31,9 +31,12 @@ buildPythonPackage rec {
sphinxcontrib-jquery
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
nativeCheckInputs = [
pytestCheckHook
pythonRelaxDepsHook
readthedocs-sphinx-ext
];