diff --git a/docs/ext/glossary.py b/docs/ext/glossary.py index d4c3ebd8fd..668d777de6 100644 --- a/docs/ext/glossary.py +++ b/docs/ext/glossary.py @@ -150,8 +150,8 @@ class GlossaryTreeprocessor(Treeprocessor): best = candidate continue - _, best_start, best_end = best - _, current_start, current_end = candidate + _, _, best_start, best_end = best + _, _, current_start, current_end = candidate if current_start < best_start: best = candidate continue diff --git a/zensical.toml b/zensical.toml index f08ee05c63..0c897f9a2e 100644 --- a/zensical.toml +++ b/zensical.toml @@ -9,7 +9,6 @@ site_dir = "docs_site/" extra_css = ["stylesheets/extra.css"] nav = [ - { "Home" = "index.md" }, { "Getting Started" = [ { "What is openpilot?" = "getting-started/what-is-openpilot.md" }, ] },