Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * parallelizing building of documents Update Sphinx version as well. openstackdocstheme renames some variables, so follow the renames. A couple of variables are also not needed anymore, remove them. Set openstackdocs_pdf_link to link to PDF file. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Depends-On: https://review.opendev.org/729744 Change-Id: I311a5daa382dfca07e618eb6cbb3f44bd0502b02
		
			
				
	
	
		
			12 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			436 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.
 | 
						|
 | 
						|
# These are needed for docs generation
 | 
						|
openstackdocstheme>=2.2.1 # Apache-2.0
 | 
						|
sphinx>=2.0.0,!=2.1.0 # BSD
 | 
						|
sphinxcontrib-apidoc>=0.2.0  # BSD
 | 
						|
reno>=3.1.0 # Apache-2.0
 | 
						|
lxml!=3.7.0,>=3.4.1 # BSD
 | 
						|
fixtures>=3.0.0 # Apache-2.0/BSD
 |