1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-06 14:09:37 +00:00

Remove dead links to the Reppy doc from the release notes.

This commit is contained in:
Andrey Rakhmatullin 2024-10-18 00:03:32 +05:00
parent 5759b3f0f2
commit 677e977207

View File

@ -1530,7 +1530,7 @@ Documentation
- Provided better context and instructions to disable the
:setting:`URLLENGTH_LIMIT` setting. (:issue:`5135`, :issue:`5250`)
- Documented that :ref:`reppy-parser` does not support Python 3.9+.
- Documented that Reppy parser does not support Python 3.9+.
(:issue:`5226`, :issue:`5231`)
- Documented :ref:`the scheduler component <topics-scheduler>`.
@ -3344,7 +3344,7 @@ New features
* A new :setting:`ROBOTSTXT_PARSER` setting allows choosing which robots.txt_
parser to use. It includes built-in support for
:ref:`RobotFileParser <python-robotfileparser>`,
:ref:`Protego <protego-parser>` (default), :ref:`Reppy <reppy-parser>`, and
:ref:`Protego <protego-parser>` (default), Reppy, and
:ref:`Robotexclusionrulesparser <rerp-parser>`, and allows you to
:ref:`implement support for additional parsers
<support-for-new-robots-parser>` (:issue:`754`, :issue:`2669`,