dev-python/ipython: Require old sphinx in 5*

The documentation fails to build on >=sphinx-2, so force <2.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-14 13:41:47 +01:00
parent 3cd6c457a0
commit 3637b0cca8
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ DEPEND="${CDEPEND}
)
doc? (
dev-python/ipykernel[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
<dev-python/sphinx-2[${PYTHON_USEDEP}]
dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
)"