diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-22 08:23:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-22 10:15:29 +0200 |
commit | abbfb62bca3f0d3b458fea36b1d5ddbba734c102 (patch) | |
tree | bd8d71872bcb5a417b76a4cf21365be3b3f7ceb7 /dev-python/sphinx/sphinx-2.4.3-r1.ebuild | |
parent | dev-python/pyopenssl: Remove old (diff) | |
download | gentoo-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.3-r1.ebuild')
-rw-r--r-- | dev-python/sphinx/sphinx-2.4.3-r1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-2.4.3-r1.ebuild b/dev-python/sphinx/sphinx-2.4.3-r1.ebuild index f237709f572a..b921c1a7ab45 100644 --- a/dev-python/sphinx/sphinx-2.4.3-r1.ebuild +++ b/dev-python/sphinx/sphinx-2.4.3-r1.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}] |