mirror of
				https://github.com/b4tman/sync_ics2gcal
				synced 2025-11-04 12:38:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			411 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			411 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: 2
 | 
						|
 | 
						|
build:
 | 
						|
  os: ubuntu-22.04
 | 
						|
  tools:
 | 
						|
    python: "3.12"
 | 
						|
  jobs:
 | 
						|
    post_create_environment:
 | 
						|
      - pip install poetry
 | 
						|
    post_install:
 | 
						|
      # VIRTUAL_ENV needs to be set manually for now.
 | 
						|
      # See https://github.com/readthedocs/readthedocs.org/pull/11152/
 | 
						|
      - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
 | 
						|
 | 
						|
sphinx:
 | 
						|
  configuration: docs/source/conf.py
 |