This folder stores the contents of the official website. Each commit made here will be reflected on the documentation thanks to Read the Docs.
- Install Sphinx
- Open a console
- Set your current directory to
docs/
- Run:
sphinx-build . _build
- Open
docs/_build/index.html
- Read the docs listens to the
master
branch, so changes fromdevelop
won't be visible until a release is made.