sphinx-doc/sphinx

`make latex` able to rebuild only what is needed, just as `make html`?

Open

#13 181 ouverte le 16 déc. 2024

Voir sur GitHub
 (9 commentaires) (0 réactions) (0 assignés)Python (1 985 forks)batch import
builder:latexhelp wantedtype:proposal

Métriques du dépôt

Stars
 (5 625 stars)
Métriques de merge PR
 (Merge moyen 13j 10h) (8 PRs mergées en 30 j)

Description

Is your feature request related to a problem? Please describe. I'm always frustrated when I have to recompile the whole PDF of my project, even though only one of its many source files has changed, whereas, for HTML output, only the corresponding HTML file is rebuilt.

Describe the solution you'd like It would be nice to have make latex as make html able to rebuild only what is needed. For this, make latex would have to copy the HTML builder but it looks needed then for its mechanism to produce in build repertory as many .tex files as there are source files. Hopefully it should be possible from one extra "main" file to "input" all the small "unit files". Is this possible?

Guide contributeur