mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			176 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			176 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| version: 2
 | |
| 
 | |
| build:
 | |
|   os: ubuntu-22.04
 | |
|   tools:
 | |
|     python: "3.7"
 | |
| 
 | |
| sphinx:
 | |
|   configuration: docs/source/conf.py
 | |
| 
 | |
| python:
 | |
|   install:
 | |
|     - requirements: docs/requirements.txt |