File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Autodetection heuristics
123123 * functions decorated with `contextlib.asynccontextmanager
124124 <https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager> `__,
125125
126- * functions that have an attribute ``__returns_acontextmanager__ ``
126+ * functions that have an attribute ``__returns_acontextmanager__ ``
127127 (note the ``a ``) with a truthy value.
128128
129129* ``:for: `` is autodetected for generators.
@@ -298,6 +298,21 @@ Revision history
298298
299299.. towncrier release notes start
300300
301+ Sphinxcontrib_Trio 1.2.0 (2026-01-29)
302+ +++++++++++++++++++++++++++++++++++++
303+
304+ Bugfixes
305+ ~~~~~~~~
306+
307+ - Fix `sphinxcontrib-trio ` for Sphinx 9.0 (`#399 <https://github.com/python-trio/sphinxcontrib-trio/issues/399 >`__)
308+
309+
310+ Deprecations and Removals
311+ ~~~~~~~~~~~~~~~~~~~~~~~~~
312+
313+ - Drop support for Sphinx 2.1 and earlier. Drop support for Python 3.5. (`#225 <https://github.com/python-trio/sphinxcontrib-trio/issues/225 >`__)
314+
315+
301316Sphinxcontrib_Trio 1.1.2 (2020-05-04)
302317+++++++++++++++++++++++++++++++++++++
303318
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = "1.1.2 +dev"
1+ __version__ = "1.2.0 +dev"
You can’t perform that action at this time.
0 commit comments