Parcourir la source

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

Ask Solem il y a 13 ans
Parent
commit
b392b06f28
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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+)'