Skip to content

Commit a194b5b

Browse files
committed
Make linter happy.
1 parent e871cdf commit a194b5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@
8383
html_theme_options = {
8484
"github_url": "https://github.com/numpy/numpydoc",
8585
"show_prev_next": False,
86-
"navbar_end": [
87-
"theme-switcher", "search-field.html", "navbar-icon-links.html"
88-
],
86+
"navbar_end": ["theme-switcher", "search-field.html", "navbar-icon-links.html"],
8987
}
9088
html_sidebars = {
9189
"**": [],

0 commit comments

Comments
 (0)