chore: Update .readthedocs.yaml configuration file to include backend path

This commit is contained in:
Stan Girard 2024-09-09 12:33:34 +02:00
parent 31a9885c3f
commit baaee46d83

View File

@ -15,7 +15,7 @@ build:
- asdf global uv latest
- uv venv
- cd backend && pip install -r requirements.lock
- cd backend/docs && NO_COLOR=1 .venv/bin/mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html
- NO_COLOR=1 .venv/bin/mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html --config-file backend/docs/mkdocs.yml