mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add python-sphinxcontrib-jsmath.
* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): New public variable.
This commit is contained in:
parent
62ad0c8b0f
commit
67be8943c3
1 changed files with 20 additions and 0 deletions
|
@ -148,6 +148,26 @@ (define-public python-sphinxcontrib-devhelp
|
||||||
@url{Devhelp,https://wiki.gnome.org/Apps/Devhelp} documents.")
|
@url{Devhelp,https://wiki.gnome.org/Apps/Devhelp} documents.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public python-sphinxcontrib-jsmath
|
||||||
|
(package
|
||||||
|
(name "python-sphinxcontrib-jsmath")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "sphinxcontrib-jsmath" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1f64w19j33sp151jimibraw6qrbhd5gxy8hs3797w9478m55x4m9"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f)) ;XXX: circular dependency on Sphinx
|
||||||
|
(home-page "https://github.com/sphinx-doc/sphinxcontrib-jsmath")
|
||||||
|
(synopsis "Sphinx extension to render math equations")
|
||||||
|
(description
|
||||||
|
"@code{sphinxcontrib-jsmath} is a Sphinx extension which renders display
|
||||||
|
math in HTML via JavaScript.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-sphinxcontrib-newsfeed
|
(define-public python-sphinxcontrib-newsfeed
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-newsfeed")
|
(name "python-sphinxcontrib-newsfeed")
|
||||||
|
|
Loading…
Reference in a new issue