Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Usage

Build Project

sphinx-build -M html docs/source/ docs/build/

Locally Serve

python -m http.server 8000 --bind 127.0.0.1 --directory ./docs/build/html