Documentation of OdooGPT available at odoogpt.thespino.dev
Built with
If needed, use or create pyenv virtual env:
# Create
pyenv virtualenv 3.9.16 venv-odoogpt-docs
pyenv activate venv-odoogpt-docs
# Use
pyenv shell venv-odoogpt-docs
Then, install requirements:
pip install -r ./requirements.txt
mkdocs serve
mkdocs build
mkdocs gh-deploy