From 4136cb596990ef690a05dfce0453f7128b479b90 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 13 Dec 2023 12:40:35 +0300 Subject: [PATCH] Rename `diagram.md` to `diagram.html`, because it is HTML Also use plain `include` directive --- docs/{diagram.md => diagram.html} | 0 docs/index.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{diagram.md => diagram.html} (100%) diff --git a/docs/diagram.md b/docs/diagram.html similarity index 100% rename from docs/diagram.md rename to docs/diagram.html diff --git a/docs/index.md b/docs/index.md index b28a64bc..49f01bb4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ How it works This diagram summarises the steps that cibuildwheel takes on each platform to build your package's wheels. {% - include-markdown "diagram.md" + include "diagram.html" %} This isn't exhaustive, for a full list of the things cibuildwheel can do, check the [options](options.md) page.