disablable works
This commit is contained in:
parent
c99619c1f1
commit
183c0c29c6
1 changed files with 3 additions and 1 deletions
4
build.py
4
build.py
|
@ -6,7 +6,9 @@ import subprocess
|
||||||
|
|
||||||
import sphinx.cmd.build
|
import sphinx.cmd.build
|
||||||
|
|
||||||
TRAVAUX = ['thesis']
|
TRAVAUX = [
|
||||||
|
# 'thesis',
|
||||||
|
]
|
||||||
INPUT = ['cnam']
|
INPUT = ['cnam']
|
||||||
OUTPUT = 'out'
|
OUTPUT = 'out'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue