Skip to content

Commit

Permalink
Use UV_PROJECT_ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
Buried-In-Code committed Dec 16, 2024
1 parent f2aba01 commit 9aae102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ build:
post_create_environment:
- pip install uv
post_install:
- uv sync --group docs
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --inexact

mkdocs:
configuration: mkdocs.yaml

2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ nav:
- Package: grayven/schemas/__init__.md
- issue: grayven/schemas/issue.md
- publisher: grayven/schemas/publisher.md
- series: grayven/schemas/volume.md
- series: grayven/schemas/series.md

plugins:
- search
Expand Down

0 comments on commit 9aae102

Please sign in to comment.