mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Remove unused and now removed config value.
This commit is contained in:
		
							parent
							
								
									6e978d2754
								
							
						
					
					
						commit
						ea7ec2b481
					
				
					 1 changed files with 1 additions and 7 deletions
				
			
		| 
						 | 
					@ -38,13 +38,6 @@ today = ''
 | 
				
			||||||
# Else, today_fmt is used as the format for a strftime call.
 | 
					# Else, today_fmt is used as the format for a strftime call.
 | 
				
			||||||
today_fmt = '%B %d, %Y'
 | 
					today_fmt = '%B %d, %Y'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# List of files that shouldn't be included in the build.
 | 
					 | 
				
			||||||
unused_docs = [
 | 
					 | 
				
			||||||
    'maclib/scrap',
 | 
					 | 
				
			||||||
    'library/xmllib',
 | 
					 | 
				
			||||||
    'library/xml.etree',
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# Ignore .rst in Sphinx its self.
 | 
					# Ignore .rst in Sphinx its self.
 | 
				
			||||||
exclude_trees = ['tools/sphinx']
 | 
					exclude_trees = ['tools/sphinx']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -61,6 +54,7 @@ add_module_names = True
 | 
				
			||||||
# By default, highlight as Python 3.
 | 
					# By default, highlight as Python 3.
 | 
				
			||||||
highlight_language = 'python3'
 | 
					highlight_language = 'python3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Require Sphinx 1.2 for build.
 | 
				
			||||||
needs_sphinx = '1.2'
 | 
					needs_sphinx = '1.2'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue