Browse Source

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

Ask Solem 13 năm trước cách đây
mục cha
commit
b392b06f28
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      docs/conf.py

+ 2 - 1
docs/conf.py

@@ -103,7 +103,8 @@ html_sidebars = {
 
 
 ### Issuetracker
 ### 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 = "github"
     issuetracker_project = "ask/celery"
     issuetracker_project = "ask/celery"
     issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
     issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'