diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-14 13:41:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-14 13:41:47 +0100 |
commit | 3637b0cca88d5d9dbd6e08aae9d4bcf87fdb1a3c (patch) | |
tree | 740ca25aff6feb4bdc7e5d66ee89bf3d7ca417a3 /dev-python/ipython | |
parent | sys-devel/llvm: Enable llvm-ml in 11.0.0.9999 (diff) | |
download | gentoo-3637b0cca88d5d9dbd6e08aae9d4bcf87fdb1a3c.tar.gz gentoo-3637b0cca88d5d9dbd6e08aae9d4bcf87fdb1a3c.tar.bz2 gentoo-3637b0cca88d5d9dbd6e08aae9d4bcf87fdb1a3c.zip |
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>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-5.4.1-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ipython/ipython-5.8.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-5.4.1-r2.ebuild b/dev-python/ipython/ipython-5.4.1-r2.ebuild index 80caa6cc7007..04cb2f60b7fe 100644 --- a/dev-python/ipython/ipython-5.4.1-r2.ebuild +++ b/dev-python/ipython/ipython-5.4.1-r2.ebuild @@ -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}] )" diff --git a/dev-python/ipython/ipython-5.8.0-r1.ebuild b/dev-python/ipython/ipython-5.8.0-r1.ebuild index c4bd28f89435..d2fbbf2351ab 100644 --- a/dev-python/ipython/ipython-5.8.0-r1.ebuild +++ b/dev-python/ipython/ipython-5.8.0-r1.ebuild @@ -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}] )" |