Skip to content

Commit 88414fc

Browse files
committed
Fix weirdly broken link to Overview page with the sphinx-bootstrap-theme
1 parent 6ad4975 commit 88414fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
# Note the "1" or "True" value above as the third argument to indicate
116116
# an arbitrary url.
117117
'navbar_links': [
118-
("Overview", "overview.html"),
118+
("Overview", "overview"),
119119
("FAQ", "faq.html", True),
120120
# ("Link", "http://example.com", True),
121121
],

0 commit comments

Comments
 (0)