Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 424 Bytes

re-docs

Documentation for Release Engine.

Building Locally

To generate documentation run: make html

Using the RTD Theme

To generate documentation locally using the Read The Docs Theme:

$ sudo pip install sphinx_rtd_theme
$ make html
$ xdg-open _build/html/index.html