A guide for authors of the Open Contracting Data Standard.
Create and activate a virtual environment, then install requirements:
pip install furoAnd build the documentation:
cd docs
make html
The built documentation is in _build/html under docs. To view the documentation:
python -m http.server --directory _build/htmlAnd open http://localhost:8000/ in a browser.