We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83acfaa commit e563287Copy full SHA for e563287
pyproject.toml
@@ -142,8 +142,7 @@ runserver = [
142
# >>> Hatch Documentation Scripts <<<
143
[tool.hatch.envs.docs]
144
template = "docs"
145
-detached = true
146
-dependencies = [
+extra-dependencies = [
147
"mkdocs",
148
"mkdocs-git-revision-date-localized-plugin",
149
"mkdocs-material==9.4.0",
@@ -155,7 +154,6 @@ dependencies = [
155
154
"ruff",
156
"django-stubs",
157
"linkcheckmd",
158
- "reactpy_django @ {root:uri}",
159
]
160
161
[tool.hatch.envs.docs.scripts]
0 commit comments