Skip to content

Commit 4487fc2

Browse files
committed
Improve "docs-pdf" metadata
1 parent fb0e627 commit 4487fc2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,13 @@ extra = [
205205
"pkg:generic/qepcad",
206206
"pkg:generic/tides",
207207
]
208-
docs-pdf = [
209-
"pkg:generic/latexmk",
210-
"pkg:generic/lualatex",
211-
]
208+
# Uncommented for now as most devs probably don't need to run it locally
209+
# docs-pdf = [
210+
# "pkg:generic/latexmk",
211+
# "pkg:generic/lualatex",
212+
# "pkg:fonts/freefonts",
213+
# "pkg:generic/xindy",
214+
# ]
212215

213216
[dependency-groups]
214217
test = ["pytest", "pytest-xdist", "coverage"]

tools/update-conda.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ def get_dependencies(pyproject_toml: Path, python: str, platform: str) -> set[st
178178
"sagemath_giac",
179179
"pynormaliz", # due to https://github.com/sagemath/sage/issues/40214
180180
"latte-integrale", # due to https://github.com/sagemath/sage/issues/40216
181-
"pkg:generic/lualatex", # texlive-core doesn't include lualatex
182181
}
183182
if platform in ("linux-aarch64", "osx-arm64"):
184183
exclude_packages |= {

0 commit comments

Comments
 (0)