Skip to content

Commit

Permalink
Merge branch 'mr/cardao/fix-doc-ci' into 'master'
Browse files Browse the repository at this point in the history
Fix documentations CI

See merge request it/e3-core!33
  • Loading branch information
leocardao committed Aug 19, 2024
2 parents 97b22a6 + a39b72f commit e30b0bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,23 @@ Test windows py3.12:
Security:
stage: Security
extends: .linux-common
needs: []
variables:
PYTHON_VERSION: ${LATEST_PYTHON}
CI_TOX_ENV: security

Documentations:
stage: Documentations
extends: .linux-common
needs: ["Checkstyle"]
variables:
PYTHON_VERSION: ${LATEST_PYTHON}
CI_TOX_ENV: security
only:
refs:
- merge_requests
changes:
- docs/**/*
- pyproject.toml
- setup.cfg
- tox.ini
- .gitlab-ci.yml
CI_TOX_ENV: docs
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- docs/**/*
- pyproject.toml
- setup.cfg
- tox.ini
- .gitlab-ci.yml
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ commands =
deps =
sphinx
sphinx-autoapi
sphinx_rtd_theme
sphinx_rtd_theme==1.3.0
commands =
python -msphinx -M html {toxinidir}/docs/source {toxinidir}/docs/build

Expand Down

0 comments on commit e30b0bf

Please sign in to comment.