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 0cc006f commit 7e67a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build:
- asdf install uv latest
- asdf global uv latest
- uv venv
- cd backend && pip install -r requirements.lock
- cd backend/ && ls -la && NO_COLOR=1 ../.venv/bin/mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html --config-file backend/docs/mkdocs.yml
- cd backend && 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 7e67a66

Please sign in to comment.