File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22Release notes
33=============
44
5+ 0.4.0 (unreleased)
6+ ==================
7+
8+ | Extended easy intersphinx configuration to:
9+ | `packaging <https://packaging.pypa.io/en/stable/>`_
10+ | `pytest <https://docs.pytest.org/en/stable/>`_
11+
5120.3.0 (2025-09-02)
613==================
714
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ Features
3737 | `itemloaders <https://itemloaders.readthedocs.io/en/latest/>`_
3838 | `jinja <https://jinja.palletsprojects.com/en/latest/>`_
3939 | `lxml <https://lxml.de/apidoc/>`_
40+ | `packaging <https://packaging.pypa.io/en/stable/>`_
4041 | `parsel <https://parsel.readthedocs.io/en/latest/>`_
42+ | `pytest <https://docs.pytest.org/en/stable/>`_
4143 | `python-scrapinghub <https://python-scrapinghub.readthedocs.io/en/latest/>`_
4244 | `python-zyte-api <https://python-zyte-api.readthedocs.io/en/stable/>`_
4345 | `scrapy-poet <https://scrapy-poet.readthedocs.io/en/stable/>`_
Original file line number Diff line number Diff line change 1212 "itemloaders" : ("https://itemloaders.readthedocs.io/en/latest/" , None ),
1313 "jinja" : ("https://jinja.palletsprojects.com/en/latest/" , None ),
1414 "lxml" : ("https://lxml.de/apidoc/" , None ),
15+ "packaging" : ("https://packaging.pypa.io/en/stable/" , None ),
1516 "parsel" : ("https://parsel.readthedocs.io/en/latest/" , None ),
17+ "pytest" : ("https://docs.pytest.org/en/stable/" , None ),
1618 "python" : ("https://docs.python.org/3" , None ),
1719 "python-scrapinghub" : (
1820 "https://python-scrapinghub.readthedocs.io/en/latest/" ,
You can’t perform that action at this time.
0 commit comments