File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,17 @@ jobs:
2727 - run :
2828 name : make html
2929 command : |
30- cd doc
31- make html
30+ make -C doc html
3231 - store_artifacts :
3332 path : doc/_build/html/
3433 destination : html
34+ - run :
35+ name : make tinybuild
36+ command : |
37+ make -C numpydoc/tests/tinybuild html
38+ - store_artifacts :
39+ path : numpydoc/tests/tinybuild/_build/html/
40+ destination : tinybuild
3541
3642workflows :
3743 version : 2
Original file line number Diff line number Diff line change 135135html_theme_options = {
136136 "github_url" : "https://github.com/numpy/numpydoc" ,
137137 "show_prev_next" : False ,
138- "search_bar_position " : " navbar" ,
138+ "navbar_end " : [ "search-field.html" , " navbar-icon-links.html" ] ,
139139}
140140html_sidebars = {
141141 "**" : [],
You can’t perform that action at this time.
0 commit comments