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