mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	- Add scrapy project with rewrited 'crawl' command and spider to check documentation. Command was rewrited due to return exit status by the exception existing, it returns exit code 0 if exception happens inside spider in standard behavour. - Add scrapy requirements to for dev environment. It was added to twisted requirements list. Fixes #1492
		
			
				
	
	
		
			7 lines
		
	
	
		
			95 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			95 B
		
	
	
	
		
			INI
		
	
	
	
	
	
 | 
						|
[settings]
 | 
						|
default = documentation_crawler.settings
 | 
						|
 | 
						|
[deploy]
 | 
						|
project = documentation_crawler
 |