From f0e28e90164ee50cafa6eb276d9c8f473cbfc2a0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 03:48:18 +0000 Subject: [PATCH] docs: fix admonition syntax in Ubuntu dev env doc Co-authored-by: hamishwillee <5368500+hamishwillee@users.noreply.github.com> --- docs/en/dev_setup/dev_env_linux_ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/dev_setup/dev_env_linux_ubuntu.md b/docs/en/dev_setup/dev_env_linux_ubuntu.md index 0c7917c8d3..4edfd5793d 100644 --- a/docs/en/dev_setup/dev_env_linux_ubuntu.md +++ b/docs/en/dev_setup/dev_env_linux_ubuntu.md @@ -9,7 +9,7 @@ The environment includes: The build toolchain for other flight controllers, simulators, and working with ROS are discussed in the [Other Targets](#other-targets) section below. -:::info +::: info PX4 targets the **current Ubuntu LTS** (24.04) for CI and release builds, with the **previous LTS** (22.04) also supported. Older Ubuntu versions are not supported and may not work. :::