[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
230/242: gnu: Add python-mpl-sphinx-theme.
From: |
guix-commits |
Subject: |
230/242: gnu: Add python-mpl-sphinx-theme. |
Date: |
Thu, 12 May 2022 14:14:50 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 9fd911eb9b6e55e5586314605f0074f95f190466
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 23 01:14:22 2022 -0400
gnu: Add python-mpl-sphinx-theme.
* gnu/packages/sphinx.scm (python-mpl-sphinx-theme): New variable.
---
gnu/packages/sphinx.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ae0080b308..93f174217a 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -748,6 +748,23 @@ Sphinx documentation system, used by
@uref{http://docs.guzzlephp.org, Guzzle}
and several other projects.")
(license license:expat)))
+(define-public python-mpl-sphinx-theme
+ (package
+ (name "python-mpl-sphinx-theme")
+ (version "3.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mpl_sphinx_theme" version))
+ (sha256
+ (base32 "0ilsw6s5hfvjzqs3258c8gmg5v3dwa6k69mwmkxsyh1qmv15krpw"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-pydata-sphinx-theme))
+ (home-page "https://github.com/matplotlib/mpl-sphinx-theme")
+ (synopsis "Matplotlib theme for Sphinx")
+ (description "This package provides a Matplotlib theme for Sphinx.")
+ (license license:bsd-3)))
+
(define-public python-sphinx-rtd-theme
(package
(name "python-sphinx-rtd-theme")
- 203/242: gnu: setzer: Add python-wrapper to fix build., (continued)
- 203/242: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/05/12
- 200/242: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/12
- 210/242: snippets: Add a 'remove' snippet., guix-commits, 2022/05/12
- 221/242: gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]., guix-commits, 2022/05/12
- 223/242: gnu: Add python-nptyping., guix-commits, 2022/05/12
- 220/242: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/05/12
- 213/242: gnu: python-numpydoc: Update to 1.2.1., guix-commits, 2022/05/12
- 228/242: gnu: Add python-ipdb., guix-commits, 2022/05/12
- 227/242: gnu: python-numpy-documentation: Overhaul package definition., guix-commits, 2022/05/12
- 231/242: gnu: Add texlive-underscore., guix-commits, 2022/05/12
- 230/242: gnu: Add python-mpl-sphinx-theme.,
guix-commits <=
- 240/242: gnu: Add python-sanic-bootstrap., guix-commits, 2022/05/12
- 234/242: gnu: python-qtconsole: Update to 5.3.0., guix-commits, 2022/05/12
- 235/242: gnu: python-pygments: Update to 2.12.0., guix-commits, 2022/05/12
- 233/242: gnu: python-qtpy: Update to 2.0.1., guix-commits, 2022/05/12
- 242/242: gnu: python-sanic: Update to 21.12.1., guix-commits, 2022/05/12
- 207/242: gnu: python-pingouin: Update to 0.5.1., guix-commits, 2022/05/12
- 208/242: gnu: python-flask-wtf: Update to 1.0.1., guix-commits, 2022/05/12
- 206/242: gnu: Remove python2-keyring., guix-commits, 2022/05/12
- 202/242: gnu: libgrss: Use libsoup-minimal-2 to fix build., guix-commits, 2022/05/12