servant: generate docs using python3
This commit is contained in:
parent
412c9c883b
commit
59c53bc62e
@ -694,7 +694,7 @@ self: super: {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace conf.py --replace "'.md': CommonMarkParser," ""
|
substituteInPlace conf.py --replace "'.md': CommonMarkParser," ""
|
||||||
'';
|
'';
|
||||||
nativeBuildInputs = with pkgs.buildPackages.pythonPackages; [ sphinx recommonmark sphinx_rtd_theme ];
|
nativeBuildInputs = with pkgs.buildPackages.python3Packages; [ sphinx recommonmark sphinx_rtd_theme ];
|
||||||
makeFlags = [ "html" ];
|
makeFlags = [ "html" ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mv _build/html $out
|
mv _build/html $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user