Skip to content

Commit e563287

Browse files
committed
hatch local builds are fucked, so just re-use the base env
1 parent 83acfaa commit e563287

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ runserver = [
142142
# >>> Hatch Documentation Scripts <<<
143143
[tool.hatch.envs.docs]
144144
template = "docs"
145-
detached = true
146-
dependencies = [
145+
extra-dependencies = [
147146
"mkdocs",
148147
"mkdocs-git-revision-date-localized-plugin",
149148
"mkdocs-material==9.4.0",
@@ -155,7 +154,6 @@ dependencies = [
155154
"ruff",
156155
"django-stubs",
157156
"linkcheckmd",
158-
"reactpy_django @ {root:uri}",
159157
]
160158

161159
[tool.hatch.envs.docs.scripts]

0 commit comments

Comments
 (0)