diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:08:52 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:58 +0100 |
commit | 53c3cd4aec1e0ab33791dc0e5cbd77916c29b7e5 (patch) | |
tree | dfbb7926e74e44cfaa3128904f9236a85427aa1e /gnu/packages/sphinx.scm | |
parent | b896db8cd19a4f009d2ee687ce71afdc5615bbe8 (diff) |
gnu: Remove python2-sphinx-cloud-sptheme.
* gnu/packages/sphinx.scm (python2-sphinx-cloud-sptheme): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
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 176257b466..80356df7b5 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -690,9 +690,6 @@ argparse commands and options") related extensions.") (license license:bsd-3))) -(define-public python2-sphinx-cloud-sptheme - (package-with-python2 python-sphinx-cloud-sptheme)) - (define-public python-guzzle-sphinx-theme (package (name "python-guzzle-sphinx-theme") |