The documentation is using MkDocs with Material :
pip install -r requirements/doc.txt
mkdocs serve
On a new database, if you want to install the database with migrations :
import os
os.environ['TEST_DATABASE_INSTALL_GOBS'] = '0.2.2' # Enable
del os.environ['TEST_DATABASE_INSTALL_GOBS'] # Disable