@@ -750,8 +750,8 @@ Default: ``60.0``
750
750
Scope: ``scrapy.extensions.memusage ``
751
751
752
752
The :ref: `Memory usage extension <topics-extensions-ref-memusage >`
753
- checks the current memory usage, versus the limits set by
754
- :setting: `MEMUSAGE_LIMIT_MB ` and :setting: `MEMUSAGE_WARNING_MB `,
753
+ checks the current memory usage, versus the limits set by
754
+ :setting: `MEMUSAGE_LIMIT_MB ` and :setting: `MEMUSAGE_WARNING_MB `,
755
755
at fixed time intervals.
756
756
757
757
This sets the length of these intervals, in seconds.
@@ -877,7 +877,13 @@ Default: ``False``
877
877
Scope: ``scrapy.downloadermiddlewares.robotstxt ``
878
878
879
879
If enabled, Scrapy will respect robots.txt policies. For more information see
880
- :ref: `topics-dlmw-robots `
880
+ :ref: `topics-dlmw-robots `.
881
+
882
+ .. note ::
883
+
884
+ While the default value is ``False `` for historical reasons,
885
+ this option is enabled by default in settings.py file generated
886
+ by ``scrapy startproject `` command.
881
887
882
888
.. setting :: SCHEDULER
883
889
@@ -1036,7 +1042,7 @@ TEMPLATES_DIR
1036
1042
Default: ``templates `` dir inside scrapy module
1037
1043
1038
1044
The directory where to look for templates when creating new projects with
1039
- :command: `startproject ` command and new spiders with :command: `genspider `
1045
+ :command: `startproject ` command and new spiders with :command: `genspider `
1040
1046
command.
1041
1047
1042
1048
The project name must not conflict with the name of custom files or directories
0 commit comments