summaryrefslogtreecommitdiff
path: root/gnu/packages/sphinx.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-01-19 14:08:50 +0000
committerMathieu Othacehe <othacehe@gnu.org>2022-01-20 14:33:58 +0100
commita0016c48d0756d952da76c1d214771242c4ddd53 (patch)
treea3a7cca5eb7205acefffa6184a1f13bdf7b821d2 /gnu/packages/sphinx.scm
parentcc59d9cbf86185463922c3cb8f66d07b5b52be96 (diff)
downloadguix-patches-a0016c48d0756d952da76c1d214771242c4ddd53.tar
guix-patches-a0016c48d0756d952da76c1d214771242c4ddd53.tar.gz
gnu: Remove python2-sphinx-me.
* gnu/packages/sphinx.scm (python2-sphinx-me): 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 55a5422037..8e3958e6a2 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -574,9 +574,6 @@ meta data such as the project name, author and version from your project for
use in your Sphinx docs.")
(license license:bsd-2)))
-(define-public python2-sphinx-me
- (package-with-python2 python-sphinx-me))
-
(define-public python-sphinx-repoze-autointerface
(package
(name "python-sphinx-repoze-autointerface")