The latest documentation built from this directory is available at detectron2.readthedocs.io. Documents in this directory are not meant to be read on github.
- Install detectron2 according to INSTALL.md.
- Install additional libraries required to build docs:
- docutils>=0.14
- Sphinx>=1.7
- recommonmark==0.4.0
- sphinx_rtd_theme
- mock
- Run
make html
from this directory.