* gnu/packages/python.scm (python-sphinx-rtd-theme-0.1.9): New variable.
---
 gnu/packages/python.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3eee33b..b6c1b96 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14077,3 +14077,19 @@ scenarios, e.g. GET, POST, PUT, DELETE, etc.")
     "This enables testing HTTP libraries quickly by using a local copy of 
@code{httpbin}.
 It enables even offline testing of the libraries.")
    (license license:expat)))
+
+(define-public python-sphinx-rtd-theme-0.1.9
+  (package
+   (inherit python-sphinx-rtd-theme)
+   (name "python-sphinx-rtd-theme")
+   (version "0.1.9")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri "sphinx_rtd_theme" version))
+     (sha256
+      (base32
+       "18d0r63w7jpdrk4q5qy26n08vdlmnj9sar93akwjphyambw4cf17"))))
+   (propagated-inputs
+    `(("python-sphinx" ,python-sphinx-1.5.3)
+      ("python-snowballstemmer" ,python-snowballstemmer)))))
-- 
2.10.2


Reply via email to