Skip to content

Commit

Permalink
One option per line.
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
ezio-melotti and hugovk authored Nov 29, 2023
1 parent 79d3da9 commit 781c011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -b $(BUILDER) \
-d $(BUILDDIR)/doctrees \
-j $(JOBS) \
$(PAPEROPT_$(PAPER)) \
-j $(JOBS) $(SPHINXOPTS) \
$(SPHINXOPTS) \
. $(BUILDDIR)/$(BUILDER)

.PHONY: help
Expand Down

0 comments on commit 781c011

Please sign in to comment.