diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:08:53 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:58 +0100 |
commit | 684102f32207ba9c63cdf0a0b8457025ddb1ddee (patch) | |
tree | 98b15af2433c470f2ce24b9e6a6a918e1633460e | |
parent | 53c3cd4aec1e0ab33791dc0e5cbd77916c29b7e5 (diff) | |
download | guix-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>
-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 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") |