mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
python310Packages.sphinx-book-theme: 0.4.0rc1 -> 1.0.0rc2
https://github.com/executablebooks/sphinx-book-theme/releases/tag/v1.0.0rc1 https://github.com/executablebooks/sphinx-book-theme/releases/tag/v1.0.0rc2
This commit is contained in:
parent
23f105f5a2
commit
23ed00b4bf
@ -5,11 +5,12 @@
|
||||
, sphinx
|
||||
, pydata-sphinx-theme
|
||||
, pyyaml
|
||||
, jupyter-book
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sphinx-book-theme";
|
||||
version = "0.4.0rc1";
|
||||
version = "1.0.0rc2";
|
||||
|
||||
format = "wheel";
|
||||
|
||||
@ -20,7 +21,7 @@ buildPythonPackage rec {
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
pname = "sphinx_book_theme";
|
||||
sha256 = "bfad8ef469885da5633f7cf7f8cd9a0ae11ea2351a91e507b44cf15973934512";
|
||||
sha256 = "43977402f55b79706e117c6de6f50e67dac6dad698eb9b75be07dc2e6a689bde";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -29,7 +30,13 @@ buildPythonPackage rec {
|
||||
pyyaml
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "sphinx_book_theme" ];
|
||||
pythonImportsCheck = [
|
||||
"sphinx_book_theme"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
inherit jupyter-book;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A clean book theme for scientific explanations and documentation with Sphinx";
|
||||
|
Loading…
Reference in New Issue
Block a user