File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 22Release 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+
5130.2.0 (2025-06-16)
614==================
715
Original file line number Diff line number Diff 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/>`_
Original file line number Diff line number Diff line change 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" : (
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.
You can’t perform that action at this time.
0 commit comments