mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* temporarily skip readthedocs errors in building pdf docs * fix error links * remove useless links * fix * fix broken links as github url * Update docs/zh_cn/notes/contributing.md --------- Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Build Documentation
-
Clone MMEngine
git clone https://github.com/open-mmlab/mmengine.git cd mmengine
-
Install the building dependencies of documentation
pip install -r requirements/docs.txt
-
Change directory to
docs/en
ordocs/zh_cn
cd docs/en # or docs/zh_cn
-
Build documentation
make html
-
Open
_build/html/index.html
with browser