parent
4d21ce2dec
commit
e9ef849611
2 changed files with 3 additions and 3 deletions
2
build.py
2
build.py
|
@ -9,7 +9,7 @@ from rwx.prj.sphinx import SphinxProject
|
||||||
|
|
||||||
PROJECTS = [
|
PROJECTS = [
|
||||||
"blanc",
|
"blanc",
|
||||||
# "probatoire",
|
"probatoire",
|
||||||
# "thesis",
|
# "thesis",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -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