Skip to content

Commit 34fa1ee

Browse files
committed
Update documentation.
1 parent 8ad897c commit 34fa1ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
pip install sphinx mystmd myst-parser linkify-it-py sphinx-book-theme
35+
# Install your package in editable mode with its dependencies
36+
pip install -e .
3537
3638
- name: Build documentation
3739
run: |

0 commit comments

Comments
 (0)