Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 381 Bytes

README.rst

File metadata and controls

16 lines (12 loc) · 381 Bytes

Documentation for regular Devilry users. This repo contains the Sphinx-sources. You can view the build docs here: https://devilry-userdoc.readthedocs.org/

Build the docs

$ virtualenv .
$ bin/pip install zc.buildout
$ bin/pip install sphinx_rtd_theme
$ bin/buildout
$ bin/sphinxbuilder

The output ends up in parts/docs/html/index.html.