mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
ca3d226659
This allows us to flex them together, so now you get one column on the left with the title "Documents" and one on the right saying "Sections" on narrow screens. On wide screens it doesn't say "Table Of Contents" twice. This should make it clearer
13 lines
316 B
HTML
13 lines
316 B
HTML
{#
|
|
basic/localtoc.html
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
Sphinx sidebar template: local table of contents.
|
|
|
|
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
|
|
:license: BSD, see LICENSE for details.
|
|
#}
|
|
<div>
|
|
<h4><a href="{{ pathto(master_doc)|e }}">{{ _('Sections') }}</a></h4>
|
|
{{ toc }}
|
|
</div>
|