From 8ec346efbe9ff8d52e49543a3de40af6b12cec3c Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Thu, 1 Feb 2024 10:27:25 -0800 Subject: [PATCH] docs: Fix tab that was missing from the rendering on rtd Signed-off-by: Larry Gritz --- src/doc/imageinput.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/imageinput.rst b/src/doc/imageinput.rst index 118caba08c..534ab437bc 100644 --- a/src/doc/imageinput.rst +++ b/src/doc/imageinput.rst @@ -25,7 +25,8 @@ memory, even if that's not the way they're stored in the file): :language: c++ :start-after: BEGIN-imageinput-simple :end-before: END-imageinput-simple - .. code-tab:: py + + .. tab:: py .. literalinclude:: ../../testsuite/docs-examples-python/src/docs-examples-imageinput.py :language: py :start-after: BEGIN-imageinput-simple