Revert "python3Packages.sphinx_rtd_theme: 0.4.3 -> 0.5.0"
Revert again as we did before. This wants to fetch from the
web with npm.
https://github.com/readthedocs/sphinx_rtd_theme/issues/1014
This reverts commit 24d78e70a8
.
This commit is contained in:
parent
6f36a7f7c3
commit
594ee544b6
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinx_rtd_theme";
|
pname = "sphinx_rtd_theme";
|
||||||
version = "0.5.0";
|
version = "0.4.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d";
|
sha256 = "728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ sphinx ];
|
propagatedBuildInputs = [ sphinx ];
|
||||||
|
Loading…
Reference in New Issue
Block a user