summaryrefslogtreecommitdiff
path: root/Documentation/getting_started/build_system.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/getting_started/build_system.md')
-rw-r--r--Documentation/getting_started/build_system.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/getting_started/build_system.md b/Documentation/getting_started/build_system.md
index 35ed187989..4c91f436ec 100644
--- a/Documentation/getting_started/build_system.md
+++ b/Documentation/getting_started/build_system.md
@@ -75,7 +75,7 @@ $(call add_intermediate, add_mrc_data)
Note that the second line must start with a tab, not spaces.
-```eval_rst
+```{eval-rst}
See also :doc:`../tutorial/managing_local_additions`.
```