File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 post_create_environment :
1414 - pip install uv
1515 post_install :
16- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install .[ docs]
16+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
1717
1818mkdocs :
1919 configuration : mkdocs.yml
Original file line number Diff line number Diff line change @@ -16,16 +16,6 @@ dependencies = [
1616 " requests-toolbelt>=1.0.0" ,
1717 " pydantic>=2"
1818]
19- [project .urls ]
20- Repository = " https://github.com/sjoerdk/dicomtrolley"
21- Changelog = " https://github.com/sjoerdk/dicomtrolley/blob/main/HISTORY.md"
22-
23- [tool .black ]
24- line-length = 79
25- target-version = [' py310' ]
26-
27- [tool .uv .sources ]
28- dicomtrolley = { workspace = true }
2919
3020[dependency-groups ]
3121dev = [
@@ -54,3 +44,14 @@ docs = [
5444 " pydicom>=3.0.1" ,
5545 " pymdown-extensions>=10.16.1" ,
5646]
47+
48+ [project .urls ]
49+ Repository = " https://github.com/sjoerdk/dicomtrolley"
50+ Changelog = " https://github.com/sjoerdk/dicomtrolley/blob/main/HISTORY.md"
51+
52+ [tool .black ]
53+ line-length = 79
54+ target-version = [' py310' ]
55+
56+ [tool .uv .sources ]
57+ dicomtrolley = { workspace = true }
You can’t perform that action at this time.
0 commit comments