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
|
from rwx.prj.sphinx import SphinxProject
|
||||||
|
|
||||||
PROJECTS = [
|
PROJECTS = [
|
||||||
# "blanc",
|
"blanc",
|
||||||
# "probatoire",
|
# "probatoire",
|
||||||
# "thesis",
|
# "thesis",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3 -B
|
#! /usr/bin/env -S python3 -B
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
@ -6,8 +6,8 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
DOCUMENTS = [
|
DOCUMENTS = [
|
||||||
# ('document', 'mémoire'),
|
('document', 'mémoire'),
|
||||||
# ('présentation', 'présentation'),
|
('présentation', 'présentation'),
|
||||||
]
|
]
|
||||||
TMP = 'tmp'
|
TMP = 'tmp'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue