From d69d1fe0069013394fc6e7064d04e416836046cf Mon Sep 17 00:00:00 2001 From: Dipak Date: Mon, 7 Sep 2026 16:40:02 +0530 Subject: [PATCH] Remove `extra_navbar` from the theme options reference The option does not exist. `theme.conf` has no `extra_navbar`, and the name appears nowhere in `src/`, so Sphinx rejects it: WARNING: unsupported theme option 'extra_navbar' given Its description was stale in a second way too: the cross-reference it offered, `content-footer:extra-footer`, names no target in the docs, and what it describes is `extra_footer`, the row directly below it. Drop the row rather than reinstate the option. The sidebar footer slot it described no longer exists in the PyData-based layout, so bringing it back would be a new feature rather than a fix, and leaving a documented option that only produces a warning is worse than not documenting it. Closes #810. --- docs/reference.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference.md b/docs/reference.md index 35e06511..55f0716f 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -49,9 +49,6 @@ These are **in addition to** all of the {external:doc}`options available in the * - `collapse_navbar` - bool - Whether to collapse the navbar, stopping the tree from being expanded. See [](sidebar:max-navbar-depth), (False is default) -* - `extra_navbar` - - str - - Extra HTML to add below the sidebar footer. See [](content-footer:extra-footer). * - `extra_footer` - str - Extra HTML to add in the footer of each page.