forked from prometheusresearch/sphinxcontrib-rextheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (17 loc) · 799 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
*******************************************************************************
``sphinxcontrib-rextheme`` -- Sphinx theme for RexDB Platform documentation
*******************************************************************************
Overview
========
``sphinxcontrib-rextheme`` is a Sphinx theme that was originally
developed for RexDB Platform documentation.
You can see this theme in action at https://doc.rexdb.org/. For more
examples, see ``demo`` directory in the source distribution.
This software is written by Kirill Simonov (`Prometheus Research, LLC`_)
and released under BSD license.
Usage
=====
To use this theme, add the following line to ``conf.py``::
html_theme = 'rex'
The ``rex`` theme has no customization options.
.. vim: set spell spelllang=en textwidth=72: