Skip to content

Commit c2ef5cc

Browse files
committed
Add packaging and pytest
1 parent f237cc3 commit c2ef5cc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Release 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+
512
0.3.0 (2025-09-02)
613
==================
714

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/>`_

sphinx_scrapy/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
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/",

0 commit comments

Comments
 (0)