dev-python/sphinx-astropy - 1.11 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/sphinx-astropy-1.11

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/sphinx-astropy-1.11

Or alternatively:

emerge --autounmask-write -a =dev-python/sphinx-astropy-1.11

Package Information

Description:
Sphinx extensions and configuration specific to the Astropy project
Homepage:
https://github.com/astropy/sphinx-astropy
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.11 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/astropy/sphinx-astropy
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1 pypi

DESCRIPTION="Sphinx extensions and configuration specific to the Astropy project"
HOMEPAGE="https://github.com/astropy/sphinx-astropy"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="confv2"
PROPERTIES="test_network"
RESTRICT="test"
RDEPEND=">=dev-python/sphinx-4.0.0[${PYTHON_USEDEP}]
	dev-python/astropy-sphinx-theme[${PYTHON_USEDEP}]
	dev-python/numpydoc[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/sphinx-automodapi[${PYTHON_USEDEP}]
	dev-python/sphinx-gallery[${PYTHON_USEDEP}]
	dev-python/sphinxcontrib-jquery[${PYTHON_USEDEP}]
	>=dev-python/pytest-doctestplus-0.11[${PYTHON_USEDEP}]
	confv2? (
		dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}]
		dev-python/sphinx-copybutton[${PYTHON_USEDEP}]
	)
"
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]
	test? (
		dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}]
		dev-python/sphinx-copybutton[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/sphinx-astropy | euse -E <flag> -p dev-python/sphinx-astropy | euse -D <flag> -p dev-python/sphinx-astropy

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/sphinx-4.0.0[]
	dev-python/astropy-sphinx-theme[]
	dev-python/numpydoc[]
	dev-python/packaging[]
	dev-python/pillow[]
	dev-python/sphinx-automodapi[]
	dev-python/sphinx-gallery[]
	dev-python/sphinxcontrib-jquery[]
	>=dev-python/pytest-doctestplus-0.11[]
	confv2? (
		dev-python/pydata-sphinx-theme[]
		dev-python/sphinx-copybutton[]
	)

BDEPEND

dev-python/setuptools-scm[]
	test? (
		dev-python/pydata-sphinx-theme[]
		dev-python/sphinx-copybutton[]
	)