Skip to content

OpenNetLab/OpenNetLab-Edu-Doc

Repository files navigation

OpenNetLab Doc

overview

documentation for OpenNetLab for Education 2023

see doc site for more details

site generation

# install the required build modules
pip3 install sphinx --user
pip3 install sphinx_rtd_theme --user

# make
make html
# For Windows use 'sphinx-build -M html . docs' to make