From ba8ab7a48153b6fc784f93804339bf82aacb4b15 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 May 2022 02:53:55 -0400 Subject: [PATCH] gnu: Remove python2-sphinx-alabaster-theme. * gnu/packages/sphinx.scm (python2-sphinx-alabaster-theme): Delete variable. --- gnu/packages/sphinx.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 2c4eb09d04..197e2da464 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -631,9 +631,6 @@ (define-public python-sphinx-alabaster-theme theme for the Sphinx documentation system. It's the default theme of Sphinx.") (license license:bsd-3))) -(define-public python2-sphinx-alabaster-theme - (package-with-python2 python-sphinx-alabaster-theme)) - (define-public python-sphinx-argparse (package (name "python-sphinx-argparse")