doc: update CI to build PDF

This commit is contained in:
Marius Vikhammer 2020-03-25 15:14:05 +08:00
parent 407275f681
commit 8a3d806798
3 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ variables:
CI_TARGET_TEST_CONFIG_FILE: "$CI_PROJECT_DIR/tools/ci/config/target-test.yml"
# Versioned esp-idf-doc env image to use for all document building jobs
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v3"
ESP_IDF_DOC_ENV_IMAGE: "$CI_DOCKER_REGISTRY/esp-idf-doc-env:v4"
# before each job, we need to check if this job is filtered by bot stage/job filter

View File

@ -21,4 +21,4 @@ sphinx_selective_exclude==1.0.3
#
# See docs/en/contribute/documenting-code.rst, 'sphinx_idf_theme' section
# for full setup instructions.
sphinx_idf_theme==0.1
sphinx_idf_theme==0.2

View File

@ -247,6 +247,7 @@ build_test_apps_esp32s2:
paths:
- docs/_build/*/*/*.txt
- docs/_build/*/*/html/*
- docs/_build/*/*/latex/*
expire_in: 4 days
only:
variables: