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 b89a54b commit f33309bCopy full SHA for f33309b
.github/workflows/build_docs.yml
@@ -15,7 +15,7 @@ jobs:
15
# Standard drop-in approach that should work for most people.
16
- uses: ammaraskar/sphinx-action@master
17
with:
18
- pre-build-command: "pip install -r requirements.txt"
+ pre-build-command: "pip install -r requirements.txt napari-cellseg3d"
19
docs-folder: "docs/"
20
21
- name: GitHub Pages action
0 commit comments