Skip to content

Commit 1870643

Browse files
committed
Rebuild OHW22 toctree
It looks like a page needs to be in an existing toctree, before Sphinx will build a toctree for it. I've added it back to the primary toctree, but I've limited the number of entries that will display in the menu. I've also gone and removed the duplicate search options from the menu while I was there. Closes #245
1 parent 07f33bc commit 1870643

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
html_theme_options = {
5959
"search_bar_text": "Search this site...",
6060
# "google_analytics_id": "",
61-
"navbar_end": ["search-field.html", "navbar-icon-links"],
61+
"navbar_end": [
62+
# "search-field.html",
63+
"navbar-icon-links"
64+
],
6265
"icon_links": [
6366
{
6467
"name": "GitHub",
@@ -87,6 +90,7 @@
8790
},
8891
],
8992
"use_edit_page_button": True,
93+
"header_links_before_dropdown": 3
9094
}
9195
html_scaled_image_link = False
9296

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,6 @@ Virtual event: We expect to hold formal sessions in at least two time zones, USA
168168
about/index.md
169169
about/pasthackweeks.md
170170
OceanHackWeek 2023 <ohw23/index.md>
171+
OceanHackWeek 2022 <ohw22/index.md>
171172
% posts
172173
```

0 commit comments

Comments
 (0)