Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 488 Bytes

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