From 6bff41949f18dc204cfaeae82c42a7197ff3a200 Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Tue, 9 May 2023 04:08:31 +0200 Subject: [PATCH] Fix broken link (#654) --- docs/customisation/index.md | 2 ++ docs/customisation/logo.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/customisation/index.md b/docs/customisation/index.md index 6950c104f..61edf0f56 100644 --- a/docs/customisation/index.md +++ b/docs/customisation/index.md @@ -50,6 +50,8 @@ html_theme_options = { Typos in the `*_css_variables` dictionary are silently ignored, and do not raise any errors or warnings. Double check that your spellings and values are correct and valid. ``` +(sidebar_hide_name)= + ### `sidebar_hide_name` Controls whether you see the project's name in the sidebar of the documentation. This is useful when you only want to show your documentation's logo in the sidebar. The default is `False`. diff --git a/docs/customisation/logo.md b/docs/customisation/logo.md index 4d9224cb6..69db42d3a 100644 --- a/docs/customisation/logo.md +++ b/docs/customisation/logo.md @@ -32,7 +32,7 @@ This is different from how `html_logo` works, which copies the given filename in ## Related Information -It is also possible to [hide the name of the project in the sidebar](customisation/index.md#sidebar_hide_name), which might be desirable if the logo contains the project name. +It is also possible to [hide the name of the project in the sidebar](sidebar_hide_name), which might be desirable if the logo contains the project name. [sphinx-html_logo]: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_logo [sphinx-html_theme_options]: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme_options