Prepare for release.

This commit is contained in:
Georg Brandl
2008-03-21 15:31:32 +00:00
parent 637b1379bc
commit 3a111c3ebd
2 changed files with 10 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
{% extends "layout.html" %}
{% set title = 'Overview' %}
{% block body %}
<p style="background-color: #fcc; font-size: large; border: 1px solid #f00; padding: 10px;">
<!-- <p style="background-color: #fcc; font-size: large; border: 1px solid #f00; padding: 10px;">
<b>Attention:</b> this is a preview. Sphinx is not released yet on PyPI,
and the contents of this documentation are subject to change.
</p>
</p> -->
<h1>Welcome</h1>
@@ -63,4 +63,4 @@
Index</a>.
</p>
{% endblock %}
{% endblock %}