dev-python/ipython: Require old sphinx in 5*
authorMichał Górny <mgorny@gentoo.org>
Fri, 14 Feb 2020 12:41:47 +0000 (13:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 14 Feb 2020 12:41:47 +0000 (13:41 +0100)
The documentation fails to build on >=sphinx-2, so force <2.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ipython/ipython-5.4.1-r2.ebuild
dev-python/ipython/ipython-5.8.0-r1.ebuild

index 80caa6cc7007ec208a8372de42e3ea20b65abda3..04cb2f60b7fe0b8ca0fabeff7de4eb8f0de2fa85 100644 (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}]
        )"
 
index c4bd28f89435e16ed6bdd8cc57e15a6d7ebf1cc7..d2fbbf2351ab414197119f902130b3e0f0f3a9ea 100644 (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}]
        )"