sphinx_1_2: init at 1.2.3

This commit is contained in:
Marius Bakke 2015-11-21 12:57:33 +00:00
parent 3209550131
commit ce33fd2106

View file

@ -16890,6 +16890,15 @@ let
};
});
sphinx_1_2 = self.sphinx.override rec {
name = "sphinx-1.2.3";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/sphinx/sphinx-1.2.3.tar.gz";
sha256 = "94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04";
};
patches = [];
disabled = isPy35;
};
sphinx_rtd_theme = buildPythonPackage (rec {
name = "sphinx_rtd_theme-0.1.8";