mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Use HTTPS for sphinx-doc.org.
* gnu/packages/sphinx.scm (python-sphinx, python-sphinxcontrib-websupport)[home-page]: Use HTTPS.
This commit is contained in:
parent
bd9d72067e
commit
b549a05353
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ (define-public python-sphinx
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "http://sphinx-doc.org/")
|
(home-page "https://sphinx-doc.org/")
|
||||||
(synopsis "Python documentation generator")
|
(synopsis "Python documentation generator")
|
||||||
(description "Sphinx is a tool that makes it easy to create documentation
|
(description "Sphinx is a tool that makes it easy to create documentation
|
||||||
for Python projects or other documents consisting of multiple reStructuredText
|
for Python projects or other documents consisting of multiple reStructuredText
|
||||||
|
@ -341,7 +341,7 @@ (define-public python-sphinxcontrib-websupport
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests depend on Sphinx, which depends on this.
|
;; FIXME: Tests depend on Sphinx, which depends on this.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(home-page "http://sphinx-doc.org/")
|
(home-page "https://sphinx-doc.org/")
|
||||||
(synopsis "Sphinx API for web applications")
|
(synopsis "Sphinx API for web applications")
|
||||||
(description "This package provides a Python API to easily integrate
|
(description "This package provides a Python API to easily integrate
|
||||||
Sphinx documentation into your web application. It provides tools to
|
Sphinx documentation into your web application. It provides tools to
|
||||||
|
|
Loading…
Reference in a new issue