gnu: python-sphinxcontrib-websupport: Add a python2 variant.
* gnu/packages/python.scm (python2-sphinxcontrib-websupport): New public variable.
This commit is contained in:
parent
f65ef00556
commit
f70785a4c0
|
@ -2404,6 +2404,9 @@ Sphinx documentation into your web application. It provides tools to
|
|||
integrate Sphinx documents in web templates and to handle searches.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-sphinxcontrib-websupport
|
||||
(package-with-python2 python-sphinxcontrib-websupport))
|
||||
|
||||
(define-public python-sphinx
|
||||
(package
|
||||
(name "python-sphinx")
|
||||
|
|
Loading…
Reference in New Issue