mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-sphinx-inline-tabs.
* gnu/packages/sphinx.scm (python-sphinx-inline-tabs): New variable. Change-Id: I92516cdc404cdcaee74cb8cf19f255c049c43021 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
96b7e92a8f
commit
07a352738a
1 changed files with 22 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
|
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
|
||||||
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
;;; Copyright © 2021 Eric Bavier <bavier@posteo.net>
|
;;; Copyright © 2021 Eric Bavier <bavier@posteo.net>
|
||||||
;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
|
;;; Copyright © 2021, 2022, 2024 Vinicius Monego <monego@posteo.net>
|
||||||
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
|
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
|
||||||
;;; Copyright © 2021, 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021, 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
||||||
|
@ -519,6 +519,27 @@ Blog, News or Announcements section to a Sphinx website.")
|
||||||
(home-page "https://bitbucket.org/prometheus/sphinxcontrib-newsfeed")
|
(home-page "https://bitbucket.org/prometheus/sphinxcontrib-newsfeed")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public python-sphinx-inline-tabs
|
||||||
|
(package
|
||||||
|
(name "python-sphinx-inline-tabs")
|
||||||
|
(version "2023.4.21")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "sphinx_inline_tabs" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g5yhdk208i8maippnbnijd1knpai809wl3cbwzqy59cc0zz3wjx"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ; no tests in the release, only in the main branch
|
||||||
|
(native-inputs (list python-flit-core
|
||||||
|
python-sphinx))
|
||||||
|
(home-page "https://github.com/pradyunsg/sphinx-inline-tabs")
|
||||||
|
(synopsis "Add inline tabbed content to your Sphinx documentation")
|
||||||
|
(description "This package provides a Sphinx plugin to add inline tabbed
|
||||||
|
content to your Sphinx documentation.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-sphinx-issues
|
(define-public python-sphinx-issues
|
||||||
(package
|
(package
|
||||||
(name "python-sphinx-issues")
|
(name "python-sphinx-issues")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue