You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
331 B

  1. {#
  2. sphinxdoc/layout.html
  3. ~~~~~~~~~~~~~~~~~~~~~
  4. Sphinx layout template for the sphinxdoc theme.
  5. :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
  6. :license: BSD, see LICENSE for details.
  7. #}
  8. {% extends "base.html" %}
  9. {# put the sidebar before the body #}
  10. {% block yield %}{{ toc }}{% endblock %}