Skip to content

Commit

Permalink
chore: Update .readthedocs.yaml configuration file to include backend…
Browse files Browse the repository at this point in the history
… path
  • Loading branch information
StanGirard committed Sep 9, 2024
1 parent 7e67a66 commit 69e2f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
- asdf install uv latest
- asdf global uv latest
- uv venv
- cd backend && uv pip install -r requirements.lock
- cd backend && UV_INDEX_STRATEGY=unsafe-first-match uv pip install -r requirements.lock
- cd backend/ && ls -la && NO_COLOR=1 ../.venv/bin/mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html --config-file docs/mkdocs.yml


Expand Down

0 comments on commit 69e2f1b

Please sign in to comment.