Browse Source

Numérotation automatique des titres dans la version HTML

prod
Youen 1 year ago
parent
commit
8bef4ba79c
  1. 5
      source/_static/custom.css
  2. 1
      source/index.md

5
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;
}

1
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

Loading…
Cancel
Save