Skip to content

Commit

Permalink
doc: update CI to build PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
ESP-Marius committed Apr 15, 2020
1 parent 407275f commit 8a3d806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions tools/ci/config/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ build_test_apps_esp32s2:
paths:
- docs/_build/*/*/*.txt
- docs/_build/*/*/html/*
- docs/_build/*/*/latex/*
expire_in: 4 days
only:
variables:
Expand Down

0 comments on commit 8a3d806

Please sign in to comment.