From 9d3a15b4962612b8975e68a28f3b13d66b71c18d Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 13 Dec 2016 20:51:26 -0500 Subject: [PATCH] gnu: python-sphinx-rtd-theme: Build with python-sphinx. * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme)[propagated-inputs]: Add python-sphinx. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2f3d2b36ac..700e792143 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2843,6 +2843,8 @@ sources.") (base32 "19nw3rn7awplcdrz63kg1njqwkbymfg9lwn7l2grhdyhyr2gaa8g")))) (build-system python-build-system) + (propagated-inputs + `(("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.")