diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6833d8e0..35ee6344 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ Changelog ========= +0.24.0 (YYYY-MM-DD) +------------------- + +* When the :ref:`dynamic dependencies ` are annotated with + :data:`typing.Annotated`, the keys in the resulting :class:`~.DynamicDeps` + instance are now not annotated. + +* Improved the error message when passing incorrect values in the ``"inject"`` + meta key. + +* Fixed documentation builds with ``sphinx-rtd-theme`` 3.0.0+. + 0.23.0 (2024-07-18) ------------------- diff --git a/docs/conf.py b/docs/conf.py index ac428544..0826150e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -213,8 +213,8 @@ def get_version_and_release(): "https://docs.scrapy.org/en/latest", None, ), - "web-poet": ("https://web-poet.readthedocs.io/en/latest/", None), - "url-matcher": ("https://url-matcher.readthedocs.io/en/stable/", None), + "web-poet": ("https://web-poet.readthedocs.io/en/latest", None), + "url-matcher": ("https://url-matcher.readthedocs.io/en/stable", None), } autodoc_default_options = {