python310Packages.pydata-sphinx-theme: 0.12.0 -> 0.13.0rc4

This commit is contained in:
Mario Rodas 2023-02-21 04:20:00 +00:00
parent e5f1812bd5
commit 23f105f5a2

View File

@ -3,6 +3,7 @@
, pythonOlder , pythonOlder
, fetchPypi , fetchPypi
, sphinx , sphinx
, accessible-pygments
, beautifulsoup4 , beautifulsoup4
, docutils , docutils
, packaging , packaging
@ -10,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pydata-sphinx-theme"; pname = "pydata-sphinx-theme";
version = "0.12.0"; version = "0.13.0rc4";
format = "wheel"; format = "wheel";
@ -21,17 +22,20 @@ buildPythonPackage rec {
dist = "py3"; dist = "py3";
python = "py3"; python = "py3";
pname = "pydata_sphinx_theme"; pname = "pydata_sphinx_theme";
sha256 = "sha256-wX26tno3dPBvNPY3jolvzQZozItdocG6AX5lzx3wr1g="; sha256 = "sha256-tLkCMX/LvFxYPOskW2LXHkfHggsG/CIo41W3BF1Zvpc=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
sphinx sphinx
accessible-pygments
beautifulsoup4 beautifulsoup4
docutils docutils
packaging packaging
]; ];
pythonImportsCheck = [ "pydata_sphinx_theme" ]; pythonImportsCheck = [
"pydata_sphinx_theme"
];
meta = with lib; { meta = with lib; {
description = "Bootstrap-based Sphinx theme from the PyData community"; description = "Bootstrap-based Sphinx theme from the PyData community";