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¶
Version Information¶
package-version.txt:
0.7.16
version_requirements.txt:
alabaster >=0.7.12
Installation commands¶
$ pip install alabaster\>=0.7.12
$ sage -i alabaster
$ conda install alabaster
$ sudo emerge dev-python/alabaster
$ sudo zypper install python3-alabaster
$ sudo xbps-install python3-alabaster
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.