Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 479 Bytes

OCDS Development Handbook

A guide for authors of the Open Contracting Data Standard.

Build and view the documentation

Create and activate a virtual environment, then install requirements:

pip install furo

And 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/html

And open http://localhost:8000/ in a browser.