mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Updated Sphinx source_suffix setting to use a mapping.
Since Sphinx 1.8 this setting should be a mapping of file extensions to
file types. Before this change, Sphinx 8+ would show the following  when
building docs:
Converting `source_suffix = '.txt'` to `source_suffix = {'.txt': 'restructuredtext'}`
			
			
This commit is contained in:
		| @@ -94,7 +94,7 @@ spelling_warning = True | ||||
| # templates_path = [] | ||||
|  | ||||
| # The suffix of source filenames. | ||||
| source_suffix = ".txt" | ||||
| source_suffix = {".txt": "restructuredtext"} | ||||
|  | ||||
| # The encoding of source files. | ||||
| # source_encoding = 'utf-8-sig' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user