Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Flashlight Documentation

Building the Docs

To build the documentation, follow the steps below.

Setup (do once)

Install Doxygen.

Install sphinx, breathe and the theme using the requirements.txt file in docs/:

pip install -r requirements.txt

Build

From docs/:

doxygen && make html

If you run into issues rebuilding the docs, run make clean before building again.

View the Docs

Run a server in docs/build/html:

python -m http.server <port>

Point browser to http://localhost:<port>.