This contains the Sphinx configuration for building documentation for RiveScript.
If you're an end user and just want to read the documentation, please visit http://rivescript.readthedocs.org/.
$ cd /path/to/rivescript-python/docs
$ pip install -r requirements.txt
$ make htmlHTML documentation is generated under _build/html. Refer to general
Sphinx documentation for more details.