Skip to content

Commit 48bfef3

Browse files
committed
Make it clearer what we mean by 'enabling' an html sidebar; fixes #98
1 parent 5043e6a commit 48bfef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/customization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Variables and feature toggles
134134

135135
* ``extra_nav_links``: Dictionary mapping link names to link targets; these
136136
will be added in a UL below the main sidebar navigation (provided you've
137-
enabled ``navigation.html``.) Useful for static links outside your Sphinx
138-
doctree.
137+
enabled ``navigation.html`` via the ``html_sidebars`` option; see
138+
:doc:`installation`.) Useful for static links outside your Sphinx doctree.
139139
* ``sidebar_includehidden``: Boolean determining whether the TOC sidebar
140140
should include hidden Sphinx toctree elements. Defaults to ``true`` so you
141141
can use ``:hidden:`` in your index page's root toctree & avoid having 2x

0 commit comments

Comments
 (0)