From 52bb5b0cd9d43b8d75e5274c94553b1da50a80cc Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Wed, 19 Jan 2022 14:08:54 +0000 Subject: gnu: Remove python2-sphinx-rtd-theme. * gnu/packages/sphinx.scm (python2-sphinx-rtd-theme): Remove variable. Signed-off-by: Mathieu Othacehe --- gnu/packages/sphinx.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/sphinx.scm') diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 43f9712504..6ee0325628 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -731,9 +731,6 @@ (define-public python-sphinx-rtd-theme (description "A theme for Sphinx used by ReadTheDocs.org.") (license license:expat))) -(define-public python2-sphinx-rtd-theme - (package-with-python2 python-sphinx-rtd-theme)) - (define-public python-breathe (package (name "python-breathe") -- cgit v1.2.3