File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2023-2024 Brian Kohan
3
+ Copyright (c) 2023-2025 Brian Kohan
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ build:
11
11
tools :
12
12
python : " 3.12"
13
13
jobs :
14
- post_create_environment :
15
- - pip install poetry
16
14
post_install :
17
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install -E rich --with docs
15
+ - pip install uv
16
+ - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --all-extras --group docs --link-mode=copy
18
17
19
18
# Build documentation in the docs/ directory with Sphinx
20
19
sphinx :
You can’t perform that action at this time.
0 commit comments