Skip to content

Latest commit

 

History

History

doc

Building docs locally

Prerequisites

Commands

Windows

cd doc
poetry install # one time setup of virtual environment
poetry run make.bat html # build docs
Invoke-Item .\_build\html\index.html # open in browser

Linux

cd doc
poetry install # one time setup of virtual environment
poetry run make html # build docs
xdg-open _build/html/index.html # open in browser