blanc
Some checks failed
/ job (push) Failing after 1m56s

This commit is contained in:
Marc Beninca 2025-05-25 16:26:00 +02:00
parent 7c72d6aeef
commit 9eb9104664
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ from rwx.prj import Project
from rwx.prj.sphinx import SphinxProject
PROJECTS = [
# "blanc",
"blanc",
# "probatoire",
# "thesis",
]

View file

@ -1,4 +1,4 @@
#! /usr/bin/python3 -B
#! /usr/bin/env -S python3 -B
import os
import shutil
@ -6,8 +6,8 @@ import subprocess
import sys
DOCUMENTS = [
# ('document', 'mémoire'),
# ('présentation', 'présentation'),
('document', 'mémoire'),
('présentation', 'présentation'),
]
TMP = 'tmp'