Skip to content

Latest commit

 

History

History

readthedocs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

TrustBloc readthedocs source

This folder constains the source for TrustBloc readthedocs source files and build scripts.

Build locally

brew install [email protected]
pip3 install sphinx
pip3 install sphinx_rtd_theme
pip3 install myst-parser
cd docs
# this command will create build folder inside it html files click index.html
make html