- Install required packages
pip install sphinx recommonmark
- Generate readme and wiki docs.
.ci/retrieve_readme.sh
.ci/retrieve_wiki.sh
- Build website.
sphinx-build src build
- Add a new document in
src/
. The file format can be eitherrst
ormd
. - Open
src/_template/layout.html
. Go to line 33. Append a new link there (put document file name without extension). - Add a link to
src/toctree.rst
.