Don't autodoc the test suite
Don't build API documentation for the keystoneclient tests.
These are not public functions, pollute the existing docs, and extend
the time required to build docs.
A re-implementation of be1e94f
Change-Id: Ib0e91ebfe4234bc3332b7c3051dba98248312a34
			
			
This commit is contained in:
		@@ -46,6 +46,9 @@ all_files = 1
 | 
				
			|||||||
[pbr]
 | 
					[pbr]
 | 
				
			||||||
warnerrors = True
 | 
					warnerrors = True
 | 
				
			||||||
autodoc_tree_index_modules = True
 | 
					autodoc_tree_index_modules = True
 | 
				
			||||||
 | 
					autodoc_tree_excludes =
 | 
				
			||||||
 | 
					  setup.py
 | 
				
			||||||
 | 
					  keystoneclient/tests/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[upload_sphinx]
 | 
					[upload_sphinx]
 | 
				
			||||||
upload-dir = doc/build/html
 | 
					upload-dir = doc/build/html
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user