Skip to content

Commit 6bff419

Browse files
authored
Fix broken link (#654)
1 parent e7f732e commit 6bff419

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/customisation/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ html_theme_options = {
5050
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.
5151
```
5252

53+
(sidebar_hide_name)=
54+
5355
### `sidebar_hide_name`
5456

5557
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`.

docs/customisation/logo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This is different from how `html_logo` works, which copies the given filename in
3232

3333
## Related Information
3434

35-
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.
35+
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.
3636

3737
[sphinx-html_logo]: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_logo
3838
[sphinx-html_theme_options]: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme_options

0 commit comments

Comments
 (0)