Skip to content

Commit

Permalink
docs: Simplify images generation to allow parallel build
Browse files Browse the repository at this point in the history
- remove the tidy target from the main target.
  * aux/log file are already excluded in a .gititgnore file
  * allow parallel generation as the tidy target imposes sequential build
  • Loading branch information
tarikgraba committed Oct 6, 2024
1 parent 1bf908d commit 5841b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_images/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: examples all_tex tidy
all: examples all_tex

# set a fake time in pdf generation to prevent unnecessary differences in output
FAKETIME := TZ='Z' faketime -f '2022-01-01 00:00:00 x0,001'
Expand Down

0 comments on commit 5841b44

Please sign in to comment.