 Richard Nemeth
					
					2 years ago
						Richard Nemeth
					
					2 years ago
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 21C39470DF3DEC39
				  	
				  
				
			
		
		
		
	
		
			
				 1 changed files with 
3 additions and 
3 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.readthedocs.yaml
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -5,7 +5,7 @@ build: | 
			
		
	
		
			
				
					|  |  |  |   tools: | 
			
		
	
		
			
				
					|  |  |  |     python: "3.12" | 
			
		
	
		
			
				
					|  |  |  |   jobs: | 
			
		
	
		
			
				
					|  |  |  |     post_create_environment: | 
			
		
	
		
			
				
					|  |  |  |       - python -m pip install poetry | 
			
		
	
		
			
				
					|  |  |  |     post_install: | 
			
		
	
		
			
				
					|  |  |  |       - pip install -U poetry | 
			
		
	
		
			
				
					|  |  |  |       - poetry config virtualenvs.create false | 
			
		
	
		
			
				
					|  |  |  |       - poetry install -E docs | 
			
		
	
		
			
				
					|  |  |  |       - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install -E docs |