Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Using Sphinx to build html web pages for AIBrix

Environment setup

Make sure that your python conda environment is setup correctly. The following installs sphinx package and necessary templates.

pip install -r requirements-docs.txt

Compile html pages

make html

Now the html paged should be generated at "docs/build/html/index.html". You can open this html page with your web browser as our project front page.