From 1ad177dd1dc0876b258a0eb5f68d300f214074d9 Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:08:10 +0000 Subject: [PATCH 1/2] fix typo --- docs/sections/header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/header.md b/docs/sections/header.md index 767a1fca6..d75240460 100644 --- a/docs/sections/header.md +++ b/docs/sections/header.md @@ -14,7 +14,7 @@ There are three configuration options you can use in `html_theme_options`: **`navbar_end`**: Adds components to the end of the header. **Moved to the sizebar on mobile**. Use this for extra social links or buttons. -## An eample +## An example For example, you can add a button to the header like so: From 5fa45a665806ad05d5b4734962e222e4786be7ac Mon Sep 17 00:00:00 2001 From: CalMacCQ <93673602+CalMacCQ@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:09:45 +0000 Subject: [PATCH 2/2] fix another typo --- docs/sections/header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/header.md b/docs/sections/header.md index d75240460..c637a6335 100644 --- a/docs/sections/header.md +++ b/docs/sections/header.md @@ -1,7 +1,7 @@ # Header and navbar By default, this theme does not contain any header content, it only has a sidebar and a main content window. -However, you may [use the PyData Sphinx Theme's header configuraiton](https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#header-navigation-bar) to add your own header components. +However, you may [use the PyData Sphinx Theme's header configuration](https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#header-navigation-bar) to add your own header components. If any of this configuration is set, then your header will show at the top of the page. ## Add components to the header navbar