Skip to content

Latest commit

 

History

History

docs

Installing and building the docs locally

  1. Create a Python virtual environment

    $ python3 -m venv venv
  2. Install dependencies

    $ pip install -r requirements.txt
  3. Build the documentation

    $ make html    
  4. View the built site _build/html/index.html in your browser