Browse Source

sphinxcontrib.issuetracker is not working, just hangs, so have to disable

Ask Solem 13 years ago
parent
commit
b392b06f28
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/conf.py

+ 2 - 1
docs/conf.py

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