~swift-coresec/ubuntu/lucid/sphinx/backport

« back to all changes in this revision

Viewing changes to sphinx/themes/default/layout.html

  • Committer: Monty Taylor
  • Author(s): Jakub Wilk
  • Date: 2010-08-08 01:34:29 UTC
  • Revision ID: mordred@inaugust.com-20100808013429-7gmsyypn99gkepfd
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{#
 
2
    default/layout.html
 
3
    ~~~~~~~~~~~~~~~~~~~
 
4
 
 
5
    Sphinx layout template for the default theme.
 
6
 
 
7
    :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
 
8
    :license: BSD, see LICENSE for details.
 
9
#}
 
10
{% extends "basic/layout.html" %}
 
11
 
 
12
{% if theme_collapsiblesidebar|tobool %}
 
13
{% set script_files = script_files + ['_static/sidebar.js'] %}
 
14
{% endif %}