parent
7c72d6aeef
commit
9eb9104664
2 changed files with 4 additions and 4 deletions
2
build.py
2
build.py
|
@ -8,7 +8,7 @@ from rwx.prj import Project
|
|||
from rwx.prj.sphinx import SphinxProject
|
||||
|
||||
PROJECTS = [
|
||||
# "blanc",
|
||||
"blanc",
|
||||
# "probatoire",
|
||||
# "thesis",
|
||||
]
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue