dev-python/sphinx: Disable intersphinx

Closes: https://bugs.gentoo.org/721306
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-07 09:55:02 +02:00
parent 4c3807cad6
commit a018768717

View File

@@ -86,6 +86,10 @@ python_prepare_all() {
@pytest.mark.skipif(hasattr(sys, "pypy_version_info"), reason="broken on pypy3")' \
tests/test_pycode_parser.py || die
# disable internet access
sed -i -e 's:^intersphinx_mapping:disabled_&:' \
doc/conf.py || die
distutils-r1_python_prepare_all
}