Revert "python: sphinx_rtd_theme: 0.4.3 -> 0.5.0"
This reverts commit ff21fc43c8ecc7587685f0899d1ad940da9992bc. sphinx_rtd_theme 0.5.0 requires a significant amount of bootstrapping with node packages, which are not trivial
This commit is contained in:
parent
b61ad0afc2
commit
258794a39c
@ -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…
x
Reference in New Issue
Block a user