Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 415 Bytes

File metadata and controls

19 lines (16 loc) · 415 Bytes

Documentation

We use MkDocs to run our documentation site.

Installation

pip install mkdocs==1.6.1 --index-url https://pypi.org/simple/
pip install mkdocs --index-url https://pypi.org/simple/
pip install mkdocs-material --index-url https://pypi.org/simple/

To test documentation changes locally

mkdocs serve

To deploy documentation changes

mkdocs gh-deploy