diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-01 02:53:55 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:53 -0400 |
commit | ba8ab7a48153b6fc784f93804339bf82aacb4b15 (patch) | |
tree | 26c7dfe1663417dc6b76fbf784153a1fcf933e55 /gnu/packages/sphinx.scm | |
parent | 80e3ab8d1ee13ab24c29be03c66f6ec6c3b72ec2 (diff) | |
download | guix-ba8ab7a48153b6fc784f93804339bf82aacb4b15.tar.gz |
gnu: Remove python2-sphinx-alabaster-theme.
* gnu/packages/sphinx.scm (python2-sphinx-alabaster-theme): Delete variable.
Diffstat (limited to 'gnu/packages/sphinx.scm')
-rw-r--r-- | gnu/packages/sphinx.scm | 3 |
1 files changed, 0 insertions, 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 @@ introspection of @code{zope.interface} instances in code.") 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") |