Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Autodetection heuristics
* functions decorated with `contextlib.asynccontextmanager
<https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager>`__,

* functions that have an attribute ``__returns_acontextmanager__``
* functions that have an attribute ``__returns_acontextmanager__``
(note the ``a``) with a truthy value.

* ``:for:`` is autodetected for generators.
Expand Down Expand Up @@ -298,6 +298,21 @@ Revision history

.. towncrier release notes start

Sphinxcontrib_Trio 1.2.0 (2026-01-29)
+++++++++++++++++++++++++++++++++++++

Bugfixes
~~~~~~~~

- Fix `sphinxcontrib-trio` for Sphinx 9.0 (`#399 <https://github.com/python-trio/sphinxcontrib-trio/issues/399>`__)


Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~

- Drop support for Sphinx 2.1 and earlier. Drop support for Python 3.5. (`#225 <https://github.com/python-trio/sphinxcontrib-trio/issues/225>`__)


Sphinxcontrib_Trio 1.1.2 (2020-05-04)
+++++++++++++++++++++++++++++++++++++

Expand Down
1 change: 0 additions & 1 deletion newsfragments/225.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/399.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion sphinxcontrib_trio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2+dev"
__version__ = "1.2.0+dev"
Loading