forked from github/pelican
Build docs in zipped HTML and PDF formats
This commit is contained in:
parent
48a0484d15
commit
63b60da919
1 changed files with 4 additions and 2 deletions
|
|
@ -11,8 +11,10 @@ build:
|
|||
tools:
|
||||
python: "3.10"
|
||||
|
||||
# Build all formats
|
||||
formats: all
|
||||
# Build HTML & PDF formats
|
||||
formats:
|
||||
- htmlzip
|
||||
- pdf
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue