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 5e7ab79 commit 60f893dCopy full SHA for 60f893d
.github/workflows/CI.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Build documentation
69
run: |
70
cd docs
71
- sphinx-apidoc -o source ../src
+ sphinx-apidoc -o source ../src ../src/*_test.py
72
python ../clean_src_rst.py
73
make html
74
python ../clean_html_sidebar.py
0 commit comments