Skip to content

Commit e427bcc

Browse files
committed
Add jinja and lxml
1 parent 6474e4f commit e427bcc

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Release notes
33
=============
44

5+
0.3.0 (unreleased)
6+
==================
7+
8+
| Extended easy intersphinx configuration to:
9+
| `jinja <https://jinja.palletsprojects.com/en/latest/>`_
10+
| `lxml <https://lxml.de/apidoc/>`_
11+
12+
513
0.2.0 (2025-06-16)
614
==================
715

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Features
3535
| `form2request <https://form2request.readthedocs.io/en/latest/>`_
3636
| `formasaurus <https://formasaurus.readthedocs.io/en/latest/>`_
3737
| `itemloaders <https://itemloaders.readthedocs.io/en/latest/>`_
38+
| `jinja <https://jinja.palletsprojects.com/en/latest/>`_
39+
| `lxml <https://lxml.de/apidoc/>`_
3840
| `parsel <https://parsel.readthedocs.io/en/latest/>`_
3941
| `python-scrapinghub <https://python-scrapinghub.readthedocs.io/en/latest/>`_
4042
| `python-zyte-api <https://python-zyte-api.readthedocs.io/en/stable/>`_

sphinx_scrapy/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"form2request": ("https://form2request.readthedocs.io/en/latest/", None),
1111
"formasaurus": ("https://formasaurus.readthedocs.io/en/latest/", None),
1212
"itemloaders": ("https://itemloaders.readthedocs.io/en/latest/", None),
13+
"jinja": ("https://jinja.palletsprojects.com/en/latest/", None),
14+
"lxml": ("https://lxml.de/apidoc/", None),
1315
"parsel": ("https://parsel.readthedocs.io/en/latest/", None),
1416
"python": ("https://docs.python.org/3", None),
1517
"python-scrapinghub": (
@@ -47,7 +49,7 @@
4749
),
4850
}
4951

50-
# By default, interphinx entries are configured if a same-bame module is
52+
# By default, interphinx entries are configured if a same-name module is
5153
# installed. Here you can set True to always configure the entry unless
5254
# explicitly disabled, False to never configure the entry unless explicitly
5355
# requested, or a string to use as the package name to check for.

0 commit comments

Comments
 (0)