mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add python-mpl-sphinx-theme.
* gnu/packages/sphinx.scm (python-mpl-sphinx-theme): New variable.
This commit is contained in:
parent
09fccde9c0
commit
9fd911eb9b
1 changed files with 17 additions and 0 deletions
|
@ -748,6 +748,23 @@ (define-public python-guzzle-sphinx-theme
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue