summaryrefslogtreecommitdiff
path: root/gnu/packages/sphinx.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:08:53 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:58 +0100
commit684102f32207ba9c63cdf0a0b8457025ddb1ddee (patch)
tree98b15af2433c470f2ce24b9e6a6a918e1633460e /gnu/packages/sphinx.scm
parent53c3cd4aec1e0ab33791dc0e5cbd77916c29b7e5 (diff)
downloadguix-patches-684102f32207ba9c63cdf0a0b8457025ddb1ddee.tar
guix-patches-684102f32207ba9c63cdf0a0b8457025ddb1ddee.tar.gz
gnu: Remove python2-guzzle-sphinx-theme.
* gnu/packages/sphinx.scm (python2-guzzle-sphinx-theme): Remove variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r--gnu/packages/sphinx.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 80356df7b5..43f9712504 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -711,9 +711,6 @@ Sphinx documentation system, used by @uref{http://docs.guzzlephp.org, Guzzle}
and several other projects.")
(license license:expat)))
-(define-public python2-guzzle-sphinx-theme
- (package-with-python2 python-guzzle-sphinx-theme))
-
(define-public python-sphinx-rtd-theme
(package
(name "python-sphinx-rtd-theme")