Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 207 Bytes

DOCS.md

File metadata and controls

17 lines (12 loc) · 207 Bytes

Setup

Install requirements:

pip install mkdocs==0.12.2

Test the docs

To test the docs run:

mkdocs serve

Build the docs

To build the docs run:

mkdocs build