| 
									
										
										
										
											2021-07-23 10:36:28 +02:00
										 |  |  | # .readthedocs.yaml
 | 
					
						
							|  |  |  | # Read the Docs configuration file
 | 
					
						
							|  |  |  | # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Required
 | 
					
						
							|  |  |  | version: 2
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-06 17:33:37 +02:00
										 |  |  | build:
 | 
					
						
							| 
									
										
										
										
											2024-03-29 10:52:46 +01:00
										 |  |  |   os: ubuntu-22.04
 | 
					
						
							| 
									
										
										
										
											2023-05-06 17:33:37 +02:00
										 |  |  |   tools:
 | 
					
						
							| 
									
										
										
										
											2024-03-29 10:52:46 +01:00
										 |  |  |     python: "mambaforge-22.9" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba
 | 
					
						
							| 
									
										
										
										
											2023-05-06 17:33:37 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-23 10:36:28 +02:00
										 |  |  | mkdocs:
 | 
					
						
							| 
									
										
										
										
											2023-05-06 17:33:37 +02:00
										 |  |  |   configuration: "mkdocs.yml"
 | 
					
						
							| 
									
										
										
										
											2021-07-31 17:54:50 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-06 17:33:37 +02:00
										 |  |  | conda:
 | 
					
						
							|  |  |  |   environment: "docs/environment.yml"
 |