diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-05 09:45:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-05 09:45:43 +0700 |
commit | 61c859192f1d7af38a6c0cd53d8bba0c2e6e7302 (patch) | |
tree | 95d2be1289201a5ac6a80acef2293052841c7d0c /python/alabaster/README | |
parent | f8cb5330cb6bf36ba168a9d61900dccb358b2c70 (diff) |
python/alabaster: Added (Sphinx theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/alabaster/README')
-rw-r--r-- | python/alabaster/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/alabaster/README b/python/alabaster/README new file mode 100644 index 0000000000..23f045aae5 --- /dev/null +++ b/python/alabaster/README @@ -0,0 +1,13 @@ +A configurable sidebar-enabled Sphinx theme + +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 this project’s own +website, paramiko.org, fabfile.org and pyinvoke.org. + +For more documentation, please see http://alabaster.readthedocs.io. |