[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: Add python-sphinxcontrib-htmlhelp.
From: |
guix-commits |
Subject: |
07/11: gnu: Add python-sphinxcontrib-htmlhelp. |
Date: |
Fri, 24 May 2019 16:50:54 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 72f278a0ff1776a6ad599b9b0f64f87207481398
Author: Marius Bakke <address@hidden>
Date: Sun May 12 23:34:15 2019 +0200
gnu: Add python-sphinxcontrib-htmlhelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): New public
variable.
---
gnu/packages/sphinx.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 71cff12..3fd4a39 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -148,6 +148,26 @@ Apple help books.")
@url{Devhelp,https://wiki.gnome.org/Apps/Devhelp} documents.")
(license license:bsd-2)))
+(define-public python-sphinxcontrib-htmlhelp
+ (package
+ (name "python-sphinxcontrib-htmlhelp")
+ (version "1.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinxcontrib-htmlhelp" version))
+ (sha256
+ (base32
+ "08l4x8a2l4xjqdd5rhvmfsqihmlgg4prdayj9b6pigaii6gzjw26"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ;XXX: circular dependency on Sphinx
+ (home-page "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp")
+ (synopsis "Sphinx exension for rendering HTML help files")
+ (description
+ "@code{sphinxcontrib-htmlhelp} is a Sphinx extension which renders
+HTML help files.")
+ (license license:bsd-2)))
+
(define-public python-sphinxcontrib-jsmath
(package
(name "python-sphinxcontrib-jsmath")
- branch master updated (66fbffd -> dbe5332), guix-commits, 2019/05/24
- 10/11: gnu: python-markdown: Update to 3.1.1., guix-commits, 2019/05/24
- 02/11: gnu: Move Sphinx and friends to (gnu packages sphinx)., guix-commits, 2019/05/24
- 11/11: gnu: help2man: Update to 1.47.10., guix-commits, 2019/05/24
- 08/11: gnu: Add python-sphinxcontrib-qthelp., guix-commits, 2019/05/24
- 07/11: gnu: Add python-sphinxcontrib-htmlhelp.,
guix-commits <=
- 09/11: gnu: perl: Update home page., guix-commits, 2019/05/24
- 05/11: gnu: Add python-sphinxcontrib-devhelp., guix-commits, 2019/05/24
- 06/11: gnu: Add python-sphinxcontrib-jsmath., guix-commits, 2019/05/24
- 04/11: gnu: Add python-sphinxcontrib-applehelp., guix-commits, 2019/05/24
- 03/11: gnu: Add python-sphinxcontrib-serializinghtml., guix-commits, 2019/05/24
- 01/11: gnu: postgresql: Replace with 10.8 [security fixes]., guix-commits, 2019/05/24