Skip to content

Commit

Permalink
Merge pull request #880 from michael-wisely-gravwell/update-theme
Browse files Browse the repository at this point in the history
chore: Upgrade theme to version 0.15.2
  • Loading branch information
ashnwade authored Jan 19, 2024
2 parents 2fe83f6 + 92b360b commit 9eb507a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file removed _vendor/pydata_sphinx_theme-0.15.1-py3-none-any.whl
Binary file not shown.
12 changes: 6 additions & 6 deletions packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ let
custom-pydata-sphinx-theme = with pkgs.python310.pkgs;
buildPythonPackage rec {
pname = "pydata-sphinx-theme";
version = "0.15.1";

version = "0.15.2";
format = "wheel";

disabled = pythonOlder "3.8";

src = ./_vendor/pydata_sphinx_theme-0.15.1-py3-none-any.whl;
src = pkgs.fetchurl {
url =
"https://files.pythonhosted.org/packages/bc/ef/1700096a5c1d17c2d99332b0759c7ca70346aac917ceafa4c380f085d359/pydata_sphinx_theme-0.15.2-py3-none-any.whl";
hash = "sha256-DF+h+pipsm2uWQZm/1dvJ+Jse6cI/udU7Lngc1ntRYg=";
};

propagatedBuildInputs = [
sphinx
Expand All @@ -46,7 +47,6 @@ let
];

pythonImportsCheck = [ "pydata_sphinx_theme" ];

};

pythonBundle = pkgs.python310.withPackages (ps:
Expand Down

0 comments on commit 9eb507a

Please sign in to comment.