documentation for OpenNetLab for Education 2023
see doc site for more details
# 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