feat: update ci for testing/building docs to include translations

This commit is contained in:
Ana Custura 2024-12-05 16:23:21 +00:00 committed by irl
parent 5e5f422b67
commit 331beb01b4

View file

@ -20,7 +20,7 @@ test:docs:
- apt update && apt install build-essential
- pip install -r requirements.txt
- pip install -r requirements-docs.txt
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
- pushd docs && DISABLE_METRICS=true python build_docs.py && popd
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
@ -70,7 +70,7 @@ pages:
- apt update && apt install build-essential
- pip install -r requirements.txt
- pip install -r requirements-docs.txt
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
- pushd docs && DISABLE_METRICS=true python build_docs.py && popd
artifacts:
paths:
- public