Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Verifiers Documentation

This directory contains source files for the verifiers documentation.

Building the Documentation

Prerequisites

uv add sphinx furo myst-parser

Build Commands

# Build HTML documentation
cd docs/
make html

# Or using uv from project root
cd docs/
uv run make html

# View the documentation
open build/html/index.html  # macOS
xdg-open build/html/index.html  # Linux