diff options
| author | Vinicius Monego <monego@posteo.net> | 2024-12-22 17:26:57 +0000 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-01-01 13:05:05 +0100 |
| commit | 07a352738ad36ba152bd485975a3c90b43e9c2f5 (patch) | |
| tree | 1a69d739f678ac165523e3f35aa96960a49ff725 /gnu | |
| parent | 96b7e92a8fbbe5deca22d0490fd9dd0e54858d4d (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/sphinx.scm | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 72f1513f343..f7f3286b7b5 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org> | 15 | ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org> |
| 16 | ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org> | 16 | ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org> |
| 17 | ;;; Copyright © 2021 Eric Bavier <bavier@posteo.net> | 17 | ;;; Copyright © 2021 Eric Bavier <bavier@posteo.net> |
| 18 | ;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net> | 18 | ;;; Copyright © 2021, 2022, 2024 Vinicius Monego <monego@posteo.net> |
| 19 | ;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr> | 19 | ;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr> |
| 20 | ;;; Copyright © 2021, 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 20 | ;;; Copyright © 2021, 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| 21 | ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com> | 21 | ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com> |
| @@ -519,6 +519,27 @@ Blog, News or Announcements section to a Sphinx website.") | |||
| 519 | (home-page "https://bitbucket.org/prometheus/sphinxcontrib-newsfeed") | 519 | (home-page "https://bitbucket.org/prometheus/sphinxcontrib-newsfeed") |
| 520 | (license license:bsd-2))) | 520 | (license license:bsd-2))) |
| 521 | 521 | ||
| 522 | (define-public python-sphinx-inline-tabs | ||
| 523 | (package | ||
| 524 | (name "python-sphinx-inline-tabs") | ||
| 525 | (version "2023.4.21") | ||
| 526 | (source | ||
| 527 | (origin | ||
| 528 | (method url-fetch) | ||
| 529 | (uri (pypi-uri "sphinx_inline_tabs" version)) | ||
| 530 | (sha256 | ||
| 531 | (base32 "1g5yhdk208i8maippnbnijd1knpai809wl3cbwzqy59cc0zz3wjx")))) | ||
| 532 | (build-system pyproject-build-system) | ||
| 533 | (arguments | ||
| 534 | (list #:tests? #f)) ; no tests in the release, only in the main branch | ||
| 535 | (native-inputs (list python-flit-core | ||
| 536 | python-sphinx)) | ||
| 537 | (home-page "https://github.com/pradyunsg/sphinx-inline-tabs") | ||
| 538 | (synopsis "Add inline tabbed content to your Sphinx documentation") | ||
| 539 | (description "This package provides a Sphinx plugin to add inline tabbed | ||
| 540 | content to your Sphinx documentation.") | ||
| 541 | (license license:expat))) | ||
| 542 | |||
| 522 | (define-public python-sphinx-issues | 543 | (define-public python-sphinx-issues |
| 523 | (package | 544 | (package |
| 524 | (name "python-sphinx-issues") | 545 | (name "python-sphinx-issues") |
