diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-23 15:58:43 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-23 15:58:43 +0100 |
commit | 8b9b1850aff9c5ce7f936d50608c6e972184b624 (patch) | |
tree | f5b2e763fe57c0f4c14242ff21ac58a5533c3a7b /README.md | |
parent | b0adc08f05f25d644c645d1e7fb46cf6332bfc0a (diff) | |
download | club1-docs-8b9b1850aff9c5ce7f936d50608c6e972184b624.tar.gz club1-docs-8b9b1850aff9c5ce7f936d50608c6e972184b624.zip |
prepare for gettext translations
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,13 +7,14 @@ Prérequis --------- - Sphinx +- Sphinx-intl - Shpinx-rtd-theme - MyST-Parser - Make ### Linux dérivé de Debian - sudo apt install python3-shpinx python3-sphinx-rtd-theme python3-myst-parser make + sudo apt install python3-shpinx sphinx-intl python3-sphinx-rtd-theme python3-myst-parser make ### MacOS |