Skip to content

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