Skip to content

Commit 443310c

Browse files
committed
Add pydantic
1 parent 42253ed commit 443310c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-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.6.0 (unreleased)
6+
==================
7+
8+
| Extended easy intersphinx configuration to:
9+
| `pydantic <https://docs.pydantic.dev/latest/>`_
10+
11+
512
0.5.0 (2025-09-16)
613
==================
714

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Features
3939
| `lxml <https://lxml.de/apidoc/>`_
4040
| `packaging <https://packaging.pypa.io/en/stable/>`_
4141
| `parsel <https://parsel.readthedocs.io/en/latest/>`_
42+
| `pydantic <https://docs.pydantic.dev/latest/>`_
4243
| `pytest <https://docs.pytest.org/en/stable/>`_
4344
| `python-scrapinghub <https://python-scrapinghub.readthedocs.io/en/latest/>`_
4445
| `python-zyte-api <https://python-zyte-api.readthedocs.io/en/stable/>`_

sphinx_scrapy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"lxml": ("https://lxml.de/apidoc/", None),
1515
"packaging": ("https://packaging.pypa.io/en/stable/", None),
1616
"parsel": ("https://parsel.readthedocs.io/en/latest/", None),
17+
"pydantic": ("https://docs.pydantic.dev/latest/", None),
1718
"pytest": ("https://docs.pytest.org/en/stable/", None),
1819
"python": ("https://docs.python.org/3", None),
1920
"python-scrapinghub": (

0 commit comments

Comments
 (0)