Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 309 Bytes

To build SDP documentation, make sure to first install dependencies by running

pip install -r requirements/docs.txt

Then you can run make clean from this folder to remove any previously generated docs and make html to build the new documentation. Open html/index.html to view the docs locally.