From 8bef4ba79c7d4c07852562b62a2d1b21eb8e30ad Mon Sep 17 00:00:00 2001 From: Youen Date: Thu, 11 May 2023 21:09:18 +0200 Subject: [PATCH] =?UTF-8?q?Num=C3=A9rotation=20automatique=20des=20titres?= =?UTF-8?q?=20dans=20la=20version=20HTML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_static/custom.css | 5 +++++ source/index.md | 1 + 2 files changed, 6 insertions(+) diff --git a/source/_static/custom.css b/source/_static/custom.css index 5d9a284..fb9f990 100644 --- a/source/_static/custom.css +++ b/source/_static/custom.css @@ -29,3 +29,8 @@ font-family: Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif; break-before: always; } + +/* hide title numbers after h2 */ +h3 span.section-number, h4 span.section-number, h5 span.section-number, h6 span.section-number { + display: none; +} \ No newline at end of file diff --git a/source/index.md b/source/index.md index 54841f1..378f10d 100644 --- a/source/index.md +++ b/source/index.md @@ -44,6 +44,7 @@ Copyright VĂ©lo Solaire Pour Tous, Mai 2023, sous [licence CERN-OHL-S version 2] ```{toctree} :maxdepth: 2 +:numbered: 010_documentation 020_moyens_necessaires 030_plan_general