summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-22 08:23:45 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-22 10:15:29 +0200
commitabbfb62bca3f0d3b458fea36b1d5ddbba734c102 (patch)
treebd8d71872bcb5a417b76a4cf21365be3b3f7ceb7 /dev-python/sphinx/sphinx-2.4.4.ebuild
parentdev-python/pyopenssl: Remove old (diff)
downloadgentoo-abbfb62bca3f0d3b458fea36b1d5ddbba734c102.tar.gz
gentoo-abbfb62bca3f0d3b458fea36b1d5ddbba734c102.tar.bz2
gentoo-abbfb62bca3f0d3b458fea36b1d5ddbba734c102.zip
dev-python/sphinx: Remove implicit dep on sphinx_rtd_theme
Sphinx does not require this theme in any way, it merely has a special internal function to load it. Same holds for alabaster, though I guess that dependency makes sense since it's the default theme. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx/sphinx-2.4.4.ebuild')
-rw-r--r--dev-python/sphinx/sphinx-2.4.4.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-2.4.4.ebuild b/dev-python/sphinx/sphinx-2.4.4.ebuild
index 88db1c4f0323..d2610f3a6fa4 100644
--- a/dev-python/sphinx/sphinx-2.4.4.ebuild
+++ b/dev-python/sphinx/sphinx-2.4.4.ebuild
@@ -35,7 +35,6 @@ RDEPEND="
dev-python/sphinxcontrib-htmlhelp[${PYTHON_USEDEP}]
dev-python/sphinxcontrib-serializinghtml[${PYTHON_USEDEP}]
dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
- dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/typed-ast[${PYTHON_USEDEP}]