Merge pull request #219835 from Cynerd/sphinx-rtd-theme-cross

sphinx-rtd-theme: fix missing docutils for cross compilation
This commit is contained in:
Mario Rodas
2023-03-08 07:26:48 -05:00
committed by GitHub
@@ -31,9 +31,12 @@ buildPythonPackage rec {
sphinxcontrib-jquery
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
nativeCheckInputs = [
pytestCheckHook
pythonRelaxDepsHook
readthedocs-sphinx-ext
];