diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adfd263c..78271ab2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,6 +159,7 @@ Test windows py3.12: Security: stage: Security extends: .linux-common + needs: [] variables: PYTHON_VERSION: ${LATEST_PYTHON} CI_TOX_ENV: security @@ -166,9 +167,10 @@ Security: Documentations: stage: Documentations extends: .linux-common + needs: ["Checkstyle"] variables: PYTHON_VERSION: ${LATEST_PYTHON} - CI_TOX_ENV: security + CI_TOX_ENV: docs only: refs: - merge_requests diff --git a/tox.ini b/tox.ini index bfa8142d..cb09d643 100644 --- a/tox.ini +++ b/tox.ini @@ -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