Skip to content

Commit cf298df

Browse files
committed
let's try the makefile instead
1 parent ea0db98 commit cf298df

File tree

3 files changed

+971
-2
lines changed

3 files changed

+971
-2
lines changed

docs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ build:
1111
.PHONY: setup
1212
setup:
1313
uv sync
14+
uv pip install -e ../shared-data/
15+
uv pip install -e ../api/
1416
uv run playwright install --with-deps chromium
1517

1618
.PHONY: clean

docs/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ dependencies = [
1414
"mkdocs-macros-plugin>=1.3.9",
1515
"mkdocs-parent-css-plugin",
1616
"mkdocs-print-site-plugin>=2.8",
17-
"opentrons",
1817
"playwright>=1.55",
1918
]
2019

2120
[tool.uv.sources]
2221
mkdocs-parent-css-plugin = { path = "mkdocs-parent-css-plugin", editable = true }
23-
opentrons = { path = "../api", editable = true }

0 commit comments

Comments
 (0)