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 ea0db98 commit cf298dfCopy full SHA for cf298df
docs/Makefile
@@ -11,6 +11,8 @@ build:
11
.PHONY: setup
12
setup:
13
uv sync
14
+ uv pip install -e ../shared-data/
15
+ uv pip install -e ../api/
16
uv run playwright install --with-deps chromium
17
18
.PHONY: clean
docs/pyproject.toml
@@ -14,10 +14,8 @@ dependencies = [
"mkdocs-macros-plugin>=1.3.9",
"mkdocs-parent-css-plugin",
"mkdocs-print-site-plugin>=2.8",
- "opentrons",
"playwright>=1.55",
19
]
20
21
[tool.uv.sources]
22
mkdocs-parent-css-plugin = { path = "mkdocs-parent-css-plugin", editable = true }
23
-opentrons = { path = "../api", editable = true }
0 commit comments