Skip to content

Commit 60f893d

Browse files
committed
remove *_test in doc
1 parent 5e7ab79 commit 60f893d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build documentation
6969
run: |
7070
cd docs
71-
sphinx-apidoc -o source ../src
71+
sphinx-apidoc -o source ../src ../src/*_test.py
7272
python ../clean_src_rst.py
7373
make html
7474
python ../clean_html_sidebar.py

0 commit comments

Comments
 (0)