Commit 602a9afd authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 09f01009
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.4.0](https://gitlab.com/to-be-continuous/sphinx/compare/1.3.2...1.4.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([09f0100](https://gitlab.com/to-be-continuous/sphinx/commit/09f01009a0460b72279347d8474d038530ed0710))

## [1.3.2](https://gitlab.com/to-be-continuous/sphinx/compare/1.3.1...1.3.2) (2025-07-05)


+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.4.0
    # 2: set/override component inputs
    inputs:
      build-dir: website # ⚠ this is only an example
@@ -27,7 +27,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/sphinx'
    ref: '1.3.2'
    ref: '1.4.0'
    file: '/templates/gitlab-ci-sphinx.yml'

variables:
@@ -89,7 +89,7 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx@1.4.0
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.3.2
  - component: $CI_SERVER_FQDN/to-be-continuous/sphinx/gitlab-ci-sphinx-pages@1.4.0
```
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ stages:
  image: $SPHINX_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "sphinx", "1.3.2"]
      command: ["--service", "sphinx", "1.4.0"]
  before_script:
    - !reference [.sphinx-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"