This is the source repository for the DP0 documentation, https://dp0.lsst.io.
This is a Sphinx documentation site, built with Rubin Observatory's Documenteer user guide configuration.
To set up a local build environment, clone this repository:
git clone https://github.com/lsst/dp0_lsst_io
cd dp0_lsst_io
Then, initialize the dependencies:
make init
To build the documentation:
make html