diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:08:54 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:33:59 +0100 |
commit | 52bb5b0cd9d43b8d75e5274c94553b1da50a80cc (patch) | |
tree | 10151382cd5437a002643507e8ec1fa5060b149f /gnu/packages/sphinx.scm | |
parent | 684102f32207ba9c63cdf0a0b8457025ddb1ddee (diff) | |
download | guix-52bb5b0cd9d43b8d75e5274c94553b1da50a80cc.tar.gz |
gnu: Remove python2-sphinx-rtd-theme.
* gnu/packages/sphinx.scm (python2-sphinx-rtd-theme): 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 43f9712504..6ee0325628 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -731,9 +731,6 @@ and several other projects.") (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") |