| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.17.5 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Automatic links from code examples to reference documentation"
HOMEPAGE="https://sphinx-codeautolink.readthedocs.io"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ipython"
PROPERTIES="test_network"
RESTRICT="test"
RDEPEND=">=dev-python/sphinx-3.2.0[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup4-4.8.1[${PYTHON_USEDEP}]
ipython? ( >dev-python/ipython-8.7.0[${PYTHON_USEDEP}] )
"
BDEPEND="test? ( dev-python/ipython[${PYTHON_USEDEP}] )"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs/src dev-python/sphinx-rtd-theme \
dev-python/ipython dev-python/matplotlib
>=dev-python/sphinx-3.2.0[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup4-4.8.1[${PYTHON_USEDEP}]
ipython? ( >dev-python/ipython-8.7.0[${PYTHON_USEDEP}] )
test? ( dev-python/ipython[${PYTHON_USEDEP}] )