Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

How to Build the Documentation Site

  1. Install mkdocs and other dependencies:
$ pip install -r doc-requirements.txt
  1. Build a directory named "site", which contains all files needed for the documentation website:
$ mkdocs build --clean