Files
releases/doc/source/_themes/releases/localtoc.html
Doug Hellmann 9660a0872d import a copy of openstackdocstheme
This is a forked copy of openstackdocstheme, which will serve as the
basis for the theme for releases.openstack.org. Rather than try to make
the existing theme work, or "subclass" it, I plan to modify it here in
place. That will avoid issues from future changes upstream by the docs
team, who have their own requirements. I'm checking the whole thing in
in this patch, and will modify it in a follow-up patch, to make clear
what the modifications are.

Change-Id: I3cd9c0e44404447b7c6497f8f9f054a94ec1a46f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-02-08 17:31:27 -05:00

5 lines
102 B
HTML

{%- if display_toc %}
<h5><a href="{{ pathto(master_doc) }}">Contents</a></h5>
{{ toc }}
{%- endif %}