Skip to content

Commit afbc369

Browse files
committed
Patching docs.yml due to dateutil error
1 parent 7c5ce77 commit afbc369

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v5
2929
# ADJUST THIS: install all dependencies (including pdoc)
3030
- run: |
31-
uv pip install core_requirements.in
31+
uv sync
3232
uv sync --group doc
3333
# ADJUST THIS: build your documentation into docs/.
3434
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.

pyproject.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,20 @@ classifiers = [
7070
"Programming Language :: Python :: 3",
7171
"Operating System :: OS Independent",
7272
]
73-
[project.urls]
74-
"Homepage" = "https://fsecada01.github.io/SQLModel-CRUD-Utilities/sqlmodel_crud_utils.html"
75-
"Repository" = "https://github.com/fsecada01/sqlmodel_crud_utils"
76-
"Bug Tracker" = "https://github.com/fsecada01/sqlmodel_crud_utils/issues"
77-
7873
dependencies = [
7974
"loguru>=0.7.3",
8075
"python-dateutil>=2.9.0.post0",
8176
"python-dotenv>=1.1.0",
8277
"sqlmodel>=0.0.24",
8378
]
79+
[project.urls]
80+
"Homepage" = "https://fsecada01.github.io/SQLModel-CRUD-Utilities/sqlmodel_crud_utils.html"
81+
"Repository" = "https://github.com/fsecada01/sqlmodel_crud_utils"
82+
"Bug Tracker" = "https://github.com/fsecada01/sqlmodel_crud_utils/issues"
83+
84+
doc = [
85+
"pdoc>=15.0.1",
86+
]
8487

8588
[dependency-groups]
8689
dev = [
@@ -97,9 +100,5 @@ dev = [
97100
"pytest-json-report>=1.5.0",
98101
"ruff>=0.11.10",
99102
]
100-
101-
doc = [
102-
"pdoc>=15.0.1",
103-
]
104103
[tool.setuptools]
105104
packages = ['sqlmodel_crud_utils']

0 commit comments

Comments
 (0)