Comment 4 for bug 1177855

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Note that the change does not affect the documentation at all and this file is only needed when issuetracker is enabled on the docs, but it is not:

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

Since this is not enabled, then the file being dropped by removing the build-dep is not required at all and won't affect nor change the docs at *all*