Skip to content

Commit 26850f7

Browse files
authored
Merge pull request #319 from larsoner/circle
MAINT: Update Circle and conf.py
2 parents b7bbf45 + 7adb433 commit 26850f7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3642
workflows:
3743
version: 2

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
html_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
}
140140
html_sidebars = {
141141
"**": [],

0 commit comments

Comments
 (0)