gnu: Add python-sphinx-basic-ng.
* gnu/packages/sphinx.scm (python-sphinx-basic-ng): New variable.
This commit is contained in:
parent
08250bffab
commit
d546023c86
1 changed files with 19 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
;;; Copyright © 2015, 2017, 2019, 2020, 2021, 2023 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
;;; Copyright © 2016-2019, 2022 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2016-2019, 2022, 2023 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2017 Danny Milosavljevic <dannym+a@scratchpost.org>
|
||||
;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
|
||||
|
@ -204,6 +204,24 @@ (define-public python-sphinxcontrib-applehelp
|
|||
Apple help books.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public python-sphinx-basic-ng
|
||||
(package
|
||||
(name "python-sphinx-basic-ng")
|
||||
(version "1.0.0b2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinx_basic_ng" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jaihs22d8jfvk1fnv5j7hcza89hxj979ib0b4mh130cr53mmicy"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-sphinx))
|
||||
(home-page "https://github.com/pradyunsg/sphinx-basic-ng")
|
||||
(synopsis "Modernised skeleton for Sphinx themes")
|
||||
(description
|
||||
"This package provides a modern skeleton for Sphinx themes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-sphinx-click
|
||||
(package
|
||||
(name "python-sphinx-click")
|
||||
|
|
Loading…
Reference in a new issue