mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +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
|