mirror of
				https://github.com/YosysHQ/sby.git
				synced 2025-11-03 22:29:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			304 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# .readthedocs.yaml
 | 
						|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
 | 
						|
 | 
						|
version: 2
 | 
						|
 | 
						|
build:
 | 
						|
    os: ubuntu-22.04
 | 
						|
    tools:
 | 
						|
        python: '3.11'
 | 
						|
 | 
						|
formats:
 | 
						|
  - pdf
 | 
						|
 | 
						|
sphinx:
 | 
						|
  configuration: docs/source/conf.py
 | 
						|
 | 
						|
python:
 | 
						|
  install:
 | 
						|
    - requirements: docs/source/requirements.txt
 |