Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 437 Bytes

File metadata and controls

24 lines (13 loc) · 437 Bytes

How to build the docs

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

  1. Install docs' dependencies

    pip install --group 'docs'
    

    On Linux, you may need to use pip3 instead.

  2. Build the docs

    mkdocs build
    

    Or use the following command to see changes rendered in real-time.

    mkdocs serve