From 6481a838c81f8cf39c48b9f991ef5ff4d0939ec2 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Tue, 16 Apr 2024 10:59:48 -0700 Subject: [PATCH] Fix monospace rendering in changelog. PiperOrigin-RevId: 625388305 Change-Id: I82c7cd0e221627a14f6a2b2d9285099f488b1dcb --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 54860424..5b9a296f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,8 +7,8 @@ Upcoming version (not yet released) General ^^^^^^^ -1. Added `mjModel.mesh_scale`: the scaling applied to asset vertices, as specified in the :ref:`scale` - attribute. +1. Added ``mjModel.mesh_scale``: the scaling applied to asset vertices, as specified in the + :ref:`scale` attribute. 2. Added the :ref:`light/radius` attribute and corresponding ``mjModel.light_radius`` field. This value has no effect in MuJoCo's native renderer, but can be usful when rendering scenes with an external renderer.