Fix accidental usages of RST's default role

This commit is contained in:
Micky
2026-08-10 15:16:26 +02:00
parent 5ddd1734c2
commit 20754d2843
48 changed files with 374 additions and 340 deletions

View File

@@ -175,8 +175,8 @@ environment's paths:
env.Append(LIBS=['Festival', 'estools', 'estbase', 'eststring'])
If you want to add custom compiler flags when building your module, you need to clone
`env` first, so it won't add those flags to whole Godot build (which can cause errors).
Example `SCsub` with custom flags:
``env`` first, so it won't add those flags to whole Godot build (which can cause errors).
Example ``SCsub`` with custom flags:
.. code-block:: python
:caption: godot/modules/tts/SCsub