File tree Expand file tree Collapse file tree 9 files changed +6
-6
lines changed
Expand file tree Collapse file tree 9 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ jobs:
2727 pip install -r requirements.txt
2828 pip install .
2929
30- - name : Build test/
30+ - name : Build Test
3131 run : |
32- cd test && make html SPHINXOPTS='-W'
32+ cd test/must-build && make html SPHINXOPTS='-W'
3333
3434 - name : Build Test with toc show_parents=hide
3535 run : |
36- cd test && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=hide'
36+ cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=hide'
3737
3838 - name : Build Test with toc show_parents=domain
3939 run : |
40- cd test && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=domain'
40+ cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=domain'
4141
4242 - name : Build Test with toc show_parents=all
4343 run : |
44- cd test && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=all'
44+ cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=all'
Original file line number Diff line number Diff line change 11dist /
22build /
33doc /_build
4- test /_build
4+ test /must-build / _build
55* .pyc
66* .egg-info
77.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments