mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: python-sphinx-rtd-theme: Remove inputs.
This package is a plugin for python-sphinx, it does not require python-sphinx nor docutils, but is an add-on for python-sphinx and should not be installed by it's own. * gnu/packages/python/.scm (python-sphinx-rtd-theme)[inputs]: Remove.
This commit is contained in:
parent
ce40b38395
commit
ef7451131a
1 changed files with 0 additions and 3 deletions
|
@ -2811,9 +2811,6 @@ (define-public python-sphinx-rtd-theme
|
|||
(base32
|
||||
"19nw3rn7awplcdrz63kg1njqwkbymfg9lwn7l2grhdyhyr2gaa8g"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-docutils" ,python-docutils)
|
||||
("python-sphinx" ,python-sphinx)))
|
||||
(home-page "https://github.com/snide/sphinx_rtd_theme/")
|
||||
(synopsis "ReadTheDocs.org theme for Sphinx")
|
||||
(description "A theme for Sphinx used by ReadTheDocs.org.")
|
||||
|
|
Loading…
Reference in a new issue