Skip to content

Commit

Permalink
sphinxcontrib.issuetracker is not working, just hangs, so have to dis…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
ask committed Nov 4, 2011
1 parent dc92469 commit b392b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@

### 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+)'

0 comments on commit b392b06

Please sign in to comment.