Go to file
苏芳 a3f7d606d5
!1 apply patchs.
Merge pull request !1 from 苏芳/openkylin/yangtze
2022-11-08 11:21:49 +00:00
alabaster Apply patchs: 2022-11-08 16:47:32 +08:00
debian Apply patchs: 2022-11-08 16:47:32 +08:00
docs Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
.gitignore Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
.travis.yml Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
LICENSE Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
MANIFEST.in Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
README.rst Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
dev-requirements.txt Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
setup.cfg Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
setup.py Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00
tasks.py Import Upstream version 0.7.12 2022-10-10 17:10:20 +08:00

README.rst

What is Alabaster?
==================

Alabaster is a visually (c)lean, responsive, configurable theme for the `Sphinx
<http://sphinx-doc.org>`_ 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 `this project's own website
<http://alabaster.readthedocs.io>`_, `paramiko.org <http://paramiko.org>`_,
`fabfile.org <http://fabfile.org>`_ and `pyinvoke.org <http://pyinvoke.org>`_.

For more documentation, please see http://alabaster.readthedocs.io.

.. note::
    You can install the development version via ``pip install -e
    git+https://github.com/bitprophet/alabaster/#egg=alabaster``.