Explorar o código

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

Ask Solem %!s(int64=13) %!d(string=hai) anos
pai
achega
b392b06f28
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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+)'