localtoc.html 270 B

123456789101112
  1. {#
  2. basic/localtoc.html
  3. ~~~~~~~~~~~~~~~~~~~
  4. Sphinx sidebar template: local table of contents.
  5. :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
  6. :license: BSD, see LICENSE for details.
  7. #}
  8. {%- if display_toc %}
  9. {{ toc }}
  10. {%- endif %}