diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-05-05 20:06:10 +0200 |
---|---|---|
committer | Nicolas Peugnet <n.peugnet@free.fr> | 2022-05-05 20:15:48 +0200 |
commit | 513ca2c79e8cbf9033f38b49c95de4267861f53c (patch) | |
tree | bc78bad71e4863c1f2eb0765e5d082de325dce31 /conf.py | |
parent | c161f4b26a6e8cefe4e4c24e8e7d42add58a377d (diff) | |
download | club1-docs-513ca2c79e8cbf9033f38b49c95de4267861f53c.tar.gz club1-docs-513ca2c79e8cbf9033f38b49c95de4267861f53c.zip |
et remplacement du README par quelques liens vers la doc et le site web
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ gettext_allow_fuzzy_translations = True # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ '_build', + 'README*', 'Thumbs.db', '.DS_Store', ] |