diff --git a/make.py b/make.py index 99a4495..e3e1533 100755 --- a/make.py +++ b/make.py @@ -6,7 +6,7 @@ import shutil PURGE = ["doctrees"] FORMATS = { "html": "html", - "xelatexpdf": "latex", +# "xelatexpdf": "latex", }