Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 520 Bytes

File metadata and controls

18 lines (13 loc) · 520 Bytes

Sphinx Documentation for RiveScript

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/.

Building Documentation Quickstart

$ cd /path/to/rivescript-python/docs
$ pip install -r requirements.txt
$ make html

HTML documentation is generated under _build/html. Refer to general Sphinx documentation for more details.