Source of the https://itpp.dev/test/ website
-
Fork this repo
-
Clone to your machine
-
Install dependencies:
sudo pip install -r requirements.txt
-
Edit files in
doc-src
folder. Check documentations: -
Try it out:
cd /path/to/odoo-test-docs/doc-src make html # (check warningn and errors in compilation logs and fix them if needed) # open result google-chrome _build/html/index.html
-
Make commits, push, create Pull Request