mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user