diff options
| author | Yan Abu Arab <yanabuarab@gmail.com> | 2026-02-21 19:10:17 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-23 23:16:27 +0000 |
| commit | 375e6157dbf09c0d5fea405e7000f7d753c79a1d (patch) | |
| tree | 01fb4968486fcd6af04502421a0f2a72d9bd9de8 /gnu/packages/sphinx.scm | |
| parent | 1675a34129c48e9bf79173740614da1ad978ca9a (diff) | |
gnu: Add python-intersphinx-registry.
* gnu/packages/sphinx.scm (python-intersphinx-registry): New variable.
Change-Id: Id87bdb618569c31744a097eead9e646ee0c6ff4b
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Reviewed-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/sphinx.scm')
| -rw-r--r-- | gnu/packages/sphinx.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index b3dac795190..6ce02ed637b 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | ;;; Copyright © 2021, 2022, 2024, 2025 Maxim Cournoyer <maxim@guixotic.coop> | 20 | ;;; Copyright © 2021, 2022, 2024, 2025 Maxim Cournoyer <maxim@guixotic.coop> |
| 21 | ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com> | 21 | ;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com> |
| 22 | ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> | 22 | ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> |
| 23 | ;;; Copyright © 2026 Yan Abu Arab <yanabuarab@gmail.com> | ||
| 23 | ;;; | 24 | ;;; |
| 24 | ;;; This file is part of GNU Guix. | 25 | ;;; This file is part of GNU Guix. |
| 25 | ;;; | 26 | ;;; |
| @@ -70,6 +71,29 @@ | |||
| 70 | #:use-module (gnu packages tex) | 71 | #:use-module (gnu packages tex) |
| 71 | #:use-module (gnu packages xml)) | 72 | #:use-module (gnu packages xml)) |
| 72 | 73 | ||
| 74 | (define-public python-intersphinx-registry | ||
| 75 | (package | ||
| 76 | (name "python-intersphinx-registry") | ||
| 77 | (version "0.2602.2") | ||
| 78 | (source | ||
| 79 | (origin | ||
| 80 | (method git-fetch) | ||
| 81 | (uri | ||
| 82 | (git-reference | ||
| 83 | (url "https://github.com/Quansight-Labs/intersphinx_registry") | ||
| 84 | (commit version))) | ||
| 85 | (sha256 | ||
| 86 | (base32 "153rjh3dyk2azwsdsrll2ia4abrv0mzdppkyx4n2pzd705nk767a")))) | ||
| 87 | (build-system pyproject-build-system) | ||
| 88 | (native-inputs | ||
| 89 | (list python-flit-core)) | ||
| 90 | (home-page "https://github.com/Quansight-Labs/intersphinx_registry") | ||
| 91 | (synopsis "Convenient utilities and data to write a Sphinx config file") | ||
| 92 | (description | ||
| 93 | "A simple utility package that provides a default intersphinx mapping for | ||
| 94 | a large chunk of the Python ecosystem.") | ||
| 95 | (license license:expat))) | ||
| 96 | |||
| 73 | (define-public python-sphinx | 97 | (define-public python-sphinx |
| 74 | (package | 98 | (package |
| 75 | (name "python-sphinx") | 99 | (name "python-sphinx") |
