|
@@ -2,20 +2,11 @@
|
|
|
{% block body %}
|
|
|
<div class="deck">
|
|
|
|
|
|
- {% if version == "3.1" or version == "4.0" %}
|
|
|
- <p class="developmentversion">
|
|
|
- This document is for Celery's development version, which can be
|
|
|
- significantly different from previous releases. Get old docs here:
|
|
|
-
|
|
|
- <a href="http://docs.celeryproject.org/en/latest/{{ pagename }}{{ file_suffix }}">3.0</a>.
|
|
|
- </p>
|
|
|
- {% else %}
|
|
|
<p>
|
|
|
- This document describes Celery {{ version }}. For development docs,
|
|
|
- <a href="http://docs.celeryproject.org/en/master/{{ pagename }}{{ file_suffix }}">go here</a>.
|
|
|
+ This document describes an older version of Celery ({{ version }}).
|
|
|
+ For the latest stable version please
|
|
|
+ <a href="http://docs.celeryproject.org/en/latest/{{ pagename }}{{ file_suffix }}">go here</a>.
|
|
|
</p>
|
|
|
- {% endif %}
|
|
|
-
|
|
|
</div>
|
|
|
{{ body }}
|
|
|
{% endblock %}
|