aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-04 00:33:14 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:09 +0100
commitef7451131a13b48adf8eea5d402caee8a5e5c344 (patch)
tree44319bed51efd8b4109128f4acf570ee5c388a85 /gnu
parentce40b3839535c4858bec61ac23a557fca4c79cc0 (diff)
downloadguix-ef7451131a13b48adf8eea5d402caee8a5e5c344.tar
guix-ef7451131a13b48adf8eea5d402caee8a5e5c344.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b0c1411c22..77e4298d49 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2811,9 +2811,6 @@ sources.")
(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.")