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#
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
0.7.12
install-requires.txt:
alabaster >=0.7.12
Equivalent System Packages#
conda:
$ conda install alabaster
opensuse:
$ sudo zypper install python3-alabaster
void:
$ sudo xbps-install python3-alabaster
See https://repology.org/project/alabaster/versions
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023