|
@@ -12,7 +12,9 @@ import celery
|
|
|
|
|
|
|
|
|
|
|
|
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage']
|
|
|
+extensions = ['sphinx.ext.autodoc',
|
|
|
+ 'sphinx.ext.coverage',
|
|
|
+ 'sphinxcontrib.issuetracker']
|
|
|
|
|
|
|
|
|
templates_path = ['.templates']
|
|
@@ -69,3 +71,10 @@ html_sidebars = {
|
|
|
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
|
|
|
'sourcelink.html', 'searchbox.html'],
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+issuetracker = "github"
|
|
|
+issuetracker_user = "ask"
|
|
|
+issuetracker_project = "celery"
|
|
|
+issuetracker_issue_pattern = r'[Ii]ssue #(\d+)'
|