[api-ref] Update configuration file
This patch updates the configuration file by removing the redundant lines. Change-Id: I2811af505f87a9f47e55410d8d0178414a44fe5f
This commit is contained in:
		@@ -29,8 +29,7 @@ import subprocess
 | 
			
		||||
import sys
 | 
			
		||||
import warnings
 | 
			
		||||
 | 
			
		||||
import openstackdocstheme  # noqa
 | 
			
		||||
import os_api_ref  # noqa
 | 
			
		||||
import openstackdocstheme
 | 
			
		||||
 | 
			
		||||
extensions = [
 | 
			
		||||
    'os_api_ref',
 | 
			
		||||
@@ -44,8 +43,6 @@ html_theme_options = {
 | 
			
		||||
}
 | 
			
		||||
html_context = {'bug_project': 'nova', 'bug_tag': 'api-ref'}
 | 
			
		||||
 | 
			
		||||
# End temporary block
 | 
			
		||||
 | 
			
		||||
# If extensions (or modules to document with autodoc) are in another directory,
 | 
			
		||||
# add these directories to sys.path here. If the directory is relative to the
 | 
			
		||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user