Fix broken link for modindex
The documentation build does not generate any module index, therefore modified setup.cfg to create module index. Change-Id: I6140896d5779e8360c866267601713bbf572fee4
This commit is contained in:
		@@ -85,7 +85,7 @@ exclude_patterns = []
 | 
				
			|||||||
pygments_style = 'sphinx'
 | 
					pygments_style = 'sphinx'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# A list of ignored prefixes for module index sorting.
 | 
					# A list of ignored prefixes for module index sorting.
 | 
				
			||||||
#modindex_common_prefix = []
 | 
					modindex_common_prefix = ['designateclient']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# -- Options for HTML output ---------------------------------------------------
 | 
					# -- Options for HTML output ---------------------------------------------------
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user