Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 593 Bytes

Funding V2 API docs

Building locally

The docs are built using reStructured Text and Sphinx.

To get started, install Python dependencies:

pip install -r requirements.txt

Then use make to build the html:

make html

This will output the html version of the docs to _build/html, just open the index.html file to start browsing the docs. Run make html again to regenerate the html after changes.

Changes will be published to Read the Docs.