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:
27
27
- run :
28
28
name : make html
29
29
command : |
30
- cd doc
31
- make html
30
+ make -C doc html
32
31
- store_artifacts :
33
32
path : doc/_build/html/
34
33
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
35
41
36
42
workflows :
37
43
version : 2
Original file line number Diff line number Diff line change 135
135
html_theme_options = {
136
136
"github_url" : "https://github.com/numpy/numpydoc" ,
137
137
"show_prev_next" : False ,
138
- "search_bar_position " : " navbar" ,
138
+ "navbar_end " : [ "search-field.html" , " navbar-icon-links.html" ] ,
139
139
}
140
140
html_sidebars = {
141
141
"**" : [],
You can’t perform that action at this time.
0 commit comments