python3.pkgs.sphinx: remove patch
This commit is contained in:
parent
ec411b6ed1
commit
341a7e8e8b
@ -70,12 +70,6 @@ buildPythonPackage rec {
|
|||||||
# Lots of tests. Needs network as well at some point.
|
# Lots of tests. Needs network as well at some point.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/22501
|
|
||||||
# Do not run `python sphinx-build arguments` but `sphinx-build arguments`.
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace sphinx/make_mode.py --replace "sys.executable, " ""
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
|
description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
|
||||||
homepage = "http://sphinx.pocoo.org/";
|
homepage = "http://sphinx.pocoo.org/";
|
||||||
|
Loading…
Reference in New Issue
Block a user