diff options
| author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-21 16:44:17 +0000 |
|---|---|---|
| committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-22 00:02:37 +0000 |
| commit | ff2168d5ceb3a1415d4a866f8573b5752a0b3c42 (patch) | |
| tree | 622e22bfaa52d965aa6473694ad6a4bdfd6adf41 /dev-python | |
| parent | 27f2f84cba4fcbca51aa6c6a97997ffcb1f5c63d (diff) | |
| download | gentoo-ff2168d5ceb3a1415d4a866f8573b5752a0b3c42.tar.gz gentoo-ff2168d5ceb3a1415d4a866f8573b5752a0b3c42.tar.bz2 gentoo-ff2168d5ceb3a1415d4a866f8573b5752a0b3c42.zip | |
dev-python/gammapy: remove downloading during doc generation
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/gammapy/gammapy-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gammapy/gammapy-0.3.ebuild b/dev-python/gammapy/gammapy-0.3.ebuild index 59e84aa32ceb..dcbc12c751ae 100644 --- a/dev-python/gammapy/gammapy-0.3.ebuild +++ b/dev-python/gammapy/gammapy-0.3.ebuild @@ -38,7 +38,7 @@ python_compile_all() { VARTEXFONTS="${T}"/fonts \ MPLCONFIGDIR="${BUILD_DIR}" \ PYTHONPATH="${BUILD_DIR}"/lib \ - esetup.py build_sphinx + esetup.py build_sphinx --no-intersphinx fi } @@ -47,6 +47,6 @@ python_test() { } python_install_all() { - use doc && local HTML_DOCS=( docs/_build/html/ ) + use doc && local HTML_DOCS=( docs/_build/html/. ) distutils-r1_python_install_all } |
