We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caba0dc commit 33ead5aCopy full SHA for 33ead5a
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
run: pip install -r requirements_doc.txt
76
77
- name: Run apidoc
78
- run: sphinx-apidoc --private -o docs/source ../
+ run: sphinx-apidoc --private -o docs/source .
79
80
- name: Build HTML documentation
81
run: sphinx-build -b html docs/source docs/build/html
0 commit comments