Modification pour que le lien vers la version HTML n'apparaisse que dans la version PDF
This commit is contained in:
parent
bfcaab10c0
commit
0f63f2ad39
6 changed files with 15 additions and 9 deletions
2
Makefile
2
Makefile
|
|
@ -22,7 +22,7 @@ help:
|
|||
# We clear the html folder before rebuilding, otherwise some things are
|
||||
# not updated (like static files)
|
||||
html:
|
||||
rm -rf "$(BUILDDIR)/html"
|
||||
rm -rf "$(BUILDDIR)/html/*"
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
pdf: weasyprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue