Merge pull request #219835 from Cynerd/sphinx-rtd-theme-cross
sphinx-rtd-theme: fix missing docutils for cross compilation
This commit is contained in:
@@ -31,9 +31,12 @@ buildPythonPackage rec {
|
||||
sphinxcontrib-jquery
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pythonRelaxDepsHook
|
||||
readthedocs-sphinx-ext
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user