Source of https://odoo-development.readthedocs.io/ website
-
Cover what is missed or badly structured in official docs
-
On using external sources, provide links to origins
-
Following subjects must be sent to other projects:
- Odoo Test Framework: https://github.com/itpp-labs/odoo-test-docs
- DevOps (deployment, CI/CD, etc.): https://github.com/itpp-labs/odoo-test-docs
- Modules porting: https://github.com/itpp-labs/odoo-port-docs
-
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 and fix them if needed) # open result google-chrome _build/html/index.html
-
Make commits, push, create Pull Request
ReadTheDocs doc: https://docs.readthedocs.io/en/stable/guides/manage-translations.html
To update translation make PR with updates in docs/locales
folder.
To activate new language send PR with update of .github/workflow/translations.yml
. Then the new language must be activated in ReadTheDocs admin panel.