X Tutup
Skip to content

Latest commit

 

History

History
orphan:

How to build the docs

From the root directory of the repository, do the following to steps

  1. Install docs' dependencies

    pip install nox
    
  2. Build the docs

    nox -s docs
    

    Browse the files in /_build/html with your internet browser to see the rendered output.

X Tutup