Unverified Commit 3560f925 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

sphinx-rtd-theme: fix missing docutils for cross compilation
parents 442b1bd1 2d29fbd4
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
  ];