Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 441 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 441 Bytes

Flashlight Documentation

To build the documentation follow the steps below.

Setup (do once)

Install Doxygen.

Install sphinx, breathe and the theme:

pip install -r requirements.txt

Build the Docs

From docs/

doxygen && make html

View the Docs

Run a server in docs/build/html

python -m http.server <port>

Point browser to http://localhost:port