* Add support for theme options.

* Make the right-/stickysidebar alternatives for the default design options.
* Add theme-related options to quickstart.
This commit is contained in:
Georg Brandl
2009-02-15 01:43:10 +01:00
parent 2d62179bb0
commit 25b71e4143
12 changed files with 84 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Sphinx home </a> |&nbsp;</li>
<li><a href="{{ pathto('contents') }}">Documentation </a> &raquo;</li>
<li><a href="{{ pathto('index') }}">Sphinx home</a> &nbsp;|&nbsp;</li>
<li><a href="{{ pathto('contents') }}">Documentation</a>&nbsp;&raquo;</li>
{% endblock %}
{% block header %}