no xelatex
This commit is contained in:
parent
46870b877e
commit
4b0a3a012b
1 changed files with 1 additions and 1 deletions
2
make.py
2
make.py
|
@ -6,7 +6,7 @@ import shutil
|
||||||
PURGE = ["doctrees"]
|
PURGE = ["doctrees"]
|
||||||
FORMATS = {
|
FORMATS = {
|
||||||
"html": "html",
|
"html": "html",
|
||||||
"xelatexpdf": "latex",
|
# "xelatexpdf": "latex",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue