alabaster: Default theme for the Sphinx documentation system#

Description#

Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible.

It began as a third-party theme, and is still maintained separately, but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected as the default theme.

Live examples of this theme can be seen on paramiko.org, fabfile.org and pyinvoke.org.

Upstream Contact#

https://alabaster.readthedocs.io/en/latest/

Type#

standard

Dependencies#

  • $(PYTHON_TOOLCHAIN)

  • $(PYTHON)

Version Information#

package-version.txt:

0.7.12

install-requires.txt:

alabaster >=0.7.12

Equivalent System Packages#

conda:

$ conda install  alabaster

gentoo:

$ sudo emerge dev-python/alabaster

opensuse:

$ sudo zypper install python3${PYTHON_MINOR}-alabaster

void:

$ sudo xbps-install  python3-alabaster

See https://repology.org/project/alabaster/versions

If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.