Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Latest commit

 

History

History

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Local doc building

For building documentation locally, make sure you have sphinx-bluebrain-theme and doxygen.

pip install sphinx-bluebrain-theme

and

# for Linux
sudo apt install doxygen
# for MacOS
brew install doxygen