This fixes local building of the documentation using tox, and allows the gate to stop relying on pbr and move completely to the new docs PTI. http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: I485acda07098a435753e91c1ca45e586de199c35
		
			
				
	
	
		
			8 lines
		
	
	
		
			345 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			345 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# The order of packages is significant, because pip processes them in the order
 | 
						|
# of appearance. Changing the order has an impact on the overall integration
 | 
						|
# process, which may cause wedges in the gate later.
 | 
						|
openstackdocstheme>=1.18.1 # Apache-2.0
 | 
						|
reno>=2.5.0 # Apache-2.0
 | 
						|
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
 | 
						|
sphinxcontrib-apidoc>=0.2.0 # BSD
 |