We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad897c commit 34fa1eeCopy full SHA for 34fa1ee
.github/workflows/sphinx.yml
@@ -32,6 +32,8 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
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 .
37
38
- name: Build documentation
39
0 commit comments