This repo contains the Koinos documentation site. The site is built using the Sphinx documentation generator.
To run the generator locally, clone the repo and follow the instructions below using Python 3.
- Install the dependenices listed in requirements.txt
pip install -r requirements.txt
- Run the sphinx-build command to build the site serve it on localhost:8000 (autobuild will live-reload when changes are made)
sphinx-autobuild docs docs/_build/html