diff options
| author | Sergey Trofimov <sarg@sarg.org.ru> | 2026-01-28 14:39:36 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:51 +0100 |
| commit | 7e917411d5ff3e7b03eb3fde3a68b9b1637fa794 (patch) | |
| tree | 6b57a4c1ea1704416f1c82de878c7e60496b4bae /gnu/packages/sphinx.scm | |
| parent | 44f1c6e466924aff499e83d5f43b2e0a7bc217cc (diff) | |
gnu: Add python-sphinxcontrib-doxylink.
* gnu/packages/sphinx.scm (python-sphinxcontrib-doxylink): New variable.
Change-Id: Iab4fe13e8fe3a6285d515e7fc6968ec7d0ef94e3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/sphinx.scm')
| -rw-r--r-- | gnu/packages/sphinx.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 4702659f1c8..f5b26ea1afe 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm | |||
| @@ -49,6 +49,7 @@ | |||
| 49 | #:use-module (gnu packages) | 49 | #:use-module (gnu packages) |
| 50 | #:use-module (gnu packages nss) | 50 | #:use-module (gnu packages nss) |
| 51 | #:use-module (gnu packages check) | 51 | #:use-module (gnu packages check) |
| 52 | #:use-module (gnu packages documentation) | ||
| 52 | #:use-module (gnu packages fonts) | 53 | #:use-module (gnu packages fonts) |
| 53 | #:use-module (gnu packages fontutils) | 54 | #:use-module (gnu packages fontutils) |
| 54 | #:use-module (gnu packages graphviz) | 55 | #:use-module (gnu packages graphviz) |
| @@ -494,6 +495,31 @@ size responsive web components.") | |||
| 494 | @url{Devhelp,https://wiki.gnome.org/Apps/Devhelp} documents.") | 495 | @url{Devhelp,https://wiki.gnome.org/Apps/Devhelp} documents.") |
| 495 | (license license:bsd-2))) | 496 | (license license:bsd-2))) |
| 496 | 497 | ||
| 498 | (define-public python-sphinxcontrib-doxylink | ||
| 499 | (package | ||
| 500 | (name "python-sphinxcontrib-doxylink") | ||
| 501 | (version "1.13.0") | ||
| 502 | (source | ||
| 503 | (origin | ||
| 504 | (method git-fetch) | ||
| 505 | (uri (git-reference | ||
| 506 | (url "https://github.com/sphinx-contrib/doxylink") | ||
| 507 | (commit version))) | ||
| 508 | (file-name (git-file-name name version)) | ||
| 509 | (sha256 | ||
| 510 | (base32 "1jl019g65jfnam1pqqw0r95iaary8xyqqx797v9qq6r17vp141dy")))) | ||
| 511 | (build-system pyproject-build-system) | ||
| 512 | (propagated-inputs (list python-dateutil python-pyparsing)) | ||
| 513 | (native-inputs (list doxygen python-poetry-core python-testfixtures | ||
| 514 | python-sphinx python-pytest)) | ||
| 515 | (home-page "https://github.com/sphinx-contrib/doxylink") | ||
| 516 | (synopsis "Sphinx extension for linking to Doxygen documentation") | ||
| 517 | (description | ||
| 518 | "Doxylink is a Sphinx extension to link to external Doxygen API | ||
| 519 | documentation. It allows you to specify C++ symbols and it will convert them | ||
| 520 | into links to the HTML page of their Doxygen documentation.") | ||
| 521 | (license license:bsd-3))) | ||
| 522 | |||
| 497 | (define-public python-sphinxcontrib-github-alt | 523 | (define-public python-sphinxcontrib-github-alt |
| 498 | (package | 524 | (package |
| 499 | (name "python-sphinxcontrib-github-alt") | 525 | (name "python-sphinxcontrib-github-alt") |
