From 5af013026fe995bb7abd95005913026ea13d020c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 16 Nov 2025 10:55:54 -0500 Subject: [PATCH] add highlight for python3 over api doc sections the pycon+sql highlight seems to take effect for docstrings now in sphinx 8 or whatever. Fixes: #12981 Change-Id: Ifab2c66d6adddf3ce5336f244653a336ac0d2ce9 --- doc/build/orm/queryguide/api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build/orm/queryguide/api.rst b/doc/build/orm/queryguide/api.rst index 4cbe3e62d8..25b4f861c2 100644 --- a/doc/build/orm/queryguide/api.rst +++ b/doc/build/orm/queryguide/api.rst @@ -513,6 +513,8 @@ in a manner roughly similar to that of :attr:`.Select.column_descriptions`:: and :attr:`.UpdateBase.returning_column_descriptions` attributes. +.. highlight:: python3 + .. _queryguide_additional: Additional ORM API Constructs -- 2.47.3