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