From 7fc4f13b9dbe20cbf13b2b6e7d89380f7abd713a Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Fri, 10 Jul 2026 16:08:01 +0200 Subject: [PATCH] Sort settings --- docs/topics/components.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/components.rst b/docs/topics/components.rst index c0df86922..f51545513 100644 --- a/docs/topics/components.rst +++ b/docs/topics/components.rst @@ -11,8 +11,6 @@ That includes the classes that you may assign to the following settings: - :setting:`ADDONS` -- :setting:`TWISTED_DNS_RESOLVER` - - :setting:`DOWNLOAD_HANDLERS` - :setting:`DOWNLOADER_MIDDLEWARES` @@ -41,6 +39,8 @@ That includes the classes that you may assign to the following settings: - :setting:`SPIDER_MIDDLEWARES` +- :setting:`TWISTED_DNS_RESOLVER` + Third-party Scrapy components may also let you define additional Scrapy components, usually configurable through :ref:`settings `, to modify their behavior.