Skip to content

Commit 948e264

Browse files
committed
try to fix docs build again
1 parent 8eeb1cb commit 948e264

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
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

1818
mkdocs:
1919
configuration: mkdocs.yml

pyproject.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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]
3121
dev = [
@@ -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 }

0 commit comments

Comments
 (0)