Ask Solem 14 سال پیش
والد
کامیت
d9744f7cac
2فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 1 2
      docs/conf.py
  2. 3 3
      docs/whatsnew-2.5.rst

+ 1 - 2
docs/conf.py

@@ -103,8 +103,7 @@ html_sidebars = {
 
 
 ### Issuetracker
 ### Issuetracker
 
 
-if False: #not os.environ.get("SKIP_ISSUES"):
-    # Issue tracker is not working, just hangs
+if not os.environ.get("SKIP_ISSUES"):
     issuetracker = "github"
     issuetracker = "github"
     issuetracker_project = "ask/celery"
     issuetracker_project = "ask/celery"
     issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
     issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'

+ 3 - 3
docs/whatsnew-2.5.rst

@@ -4,9 +4,6 @@
  What's new in Celery 2.5
  What's new in Celery 2.5
 ==========================
 ==========================
 
 
-.. contents::
-    :local:
-
 After the hard work of countless contributors, four months in the making
 After the hard work of countless contributors, four months in the making
 we are proud to present the 2.5 version of Celery.
 we are proud to present the 2.5 version of Celery.
 
 
@@ -22,6 +19,9 @@ read the `django-celery changelog`_ and upgrade to `django-celery 2.5`_.
 .. _`django-celery changelog`: http://bit.ly/djcelery-25-changelog
 .. _`django-celery changelog`: http://bit.ly/djcelery-25-changelog
 .. _`django-celery 2.5`: http://pypi.python.org/pypi/django-celery/
 .. _`django-celery 2.5`: http://pypi.python.org/pypi/django-celery/
 
 
+.. contents::
+    :local:
+
 .. _v250-important:
 .. _v250-important:
 
 
 Important Notes
 Important Notes