This documentation project is built using Sphinx.
To contribute, please raise PRs to the project.
The Sphinx documentation files are written using the RST markup language. Here is a guide to the RST markup language.
To run docs locally:
-
Make sure you have
pip3installed on your system -
Install dependencies (Sphinx, beautifulsoup4, algoliasearch, etc.)
pip3 install -r requirements.txt -
For development, live reload and auto build
make livehtml
-
Build docs to produce HTML files.
ENV=<development|production> make html-images-
The generated docs are in
_build/html. -
View the built files by running a webserver. eg:
cd _build/html && http-serveror
cd _build/html && python3 -m http.server 8080
-
-
Note: The search is powered by Algolia and is updated on every deployment. Your local changes will not reflect in search results.