sphinx_rtd_theme: 0.4.3 -> 0.5.1

authored by

Mathnerd314 and committed by
Frederik Rietdijk
80e725f3 9c190d28

+4 -3
+4 -3
pkgs/development/python-modules/sphinx_rtd_theme/default.nix
··· 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "eda689eda0c7301a80cf122dad28b1861e5605cbf455558f3775e1e8200e83a5"; 15 + sha256 = "19c31qhfiqbm6y7mamglrc2mc7l6n4lasb8jry01lc67l3nqk9pd"; 16 16 }; 17 17 18 18 propagatedBuildInputs = [ sphinx ]; 19 19 20 20 checkInputs = [ readthedocs-sphinx-ext pytest ]; 21 + CI=1; # Don't use NPM to fetch assets. Assets are included in sdist. 21 22 22 23 checkPhase = '' 23 24 py.test ··· 25 26 26 27 meta = with lib; { 27 28 description = "ReadTheDocs.org theme for Sphinx"; 28 - homepage = "https://github.com/snide/sphinx_rtd_theme/"; 29 - license = licenses.bsd3; 29 + homepage = "https://github.com/readthedocs/sphinx_rtd_theme"; 30 + license = licenses.mit; 30 31 platforms = platforms.unix; 31 32 }; 32 33