mirror of
				https://github.com/django/django.git
				synced 2025-10-29 08:36:09 +00:00 
			
		
		
		
	[4.0.x] Fixed #33247 -- Added configuration for Read The Docs.
Co-authored-by: Andrew Neitsch <andrew@neitsch.ca>
Backport of 0da7a2e9da from main
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							b3be91dabf
						
					
				
				
					commit
					df452a226e
				
			
							
								
								
									
										18
									
								
								.readthedocs.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.readthedocs.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| # Configuration for the Read The Docs (RTD) builds of the documentation. | ||||
| # Ref: https://docs.readthedocs.io/en/stable/config-file/v2.html | ||||
| # Note python.install.requirements is not currently required, as Sphinx is | ||||
| # preinstalled and spelling checks not performed by RTD. | ||||
| version: 2 | ||||
|  | ||||
| build: | ||||
|   os: ubuntu-20.04 | ||||
|   tools: | ||||
|     python: "3.10" | ||||
|  | ||||
| sphinx: | ||||
|   configuration: docs/conf.py | ||||
|  | ||||
| formats: | ||||
|   - epub | ||||
|   - pdf | ||||
|   - htmlzip | ||||
		Reference in New Issue
	
	Block a user