mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
|
tools:
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
|
|
||||||
# Build all formats
|
# Build HTML & PDF formats
|
||||||
formats: all
|
formats:
|
||||||
|
- htmlzip
|
||||||
|
- pdf
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue