-
Fork this repo
-
Clone to your machine
-
Install dependencies
sudo pip install sphinx sphinx-autobuild
sudo pip install sphinx_rtd_theme
-
Edit files in the repo. Check documentations:
-
Try it out:
cd /path/to/odoo-development/docs
make html
# check warningn and errors in compilation logs
google-chrome _build/html/index.html
-
Make commits, push, create Pull Request