Skip to content

Commit f33309b

Browse files
committed
Update build_docs.yml
added self plugin requirement
1 parent b89a54b commit f33309b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Standard drop-in approach that should work for most people.
1616
- uses: ammaraskar/sphinx-action@master
1717
with:
18-
pre-build-command: "pip install -r requirements.txt"
18+
pre-build-command: "pip install -r requirements.txt napari-cellseg3d"
1919
docs-folder: "docs/"
2020

2121
- name: GitHub Pages action

0 commit comments

Comments
 (0)