Bladeren bron

Cosmetics

Ask Solem 13 jaren geleden
bovenliggende
commit
d9744f7cac
2 gewijzigde bestanden met toevoegingen van 4 en 5 verwijderingen
  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
 
-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_project = "ask/celery"
     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
 ==========================
 
-.. contents::
-    :local:
-
 After the hard work of countless contributors, four months in the making
 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 2.5`: http://pypi.python.org/pypi/django-celery/
 
+.. contents::
+    :local:
+
 .. _v250-important:
 
 Important Notes