Skip to content

Integration

Saifuddin Mohammad requested to merge integration into main

This merge aims towards updating .gitlab-ci.yml to introduce two stages that are run in parallel:

pages

  • Uses the image sphinxdoc/sphinx to build docs
  • Generates artifacts in the public folder

test

  • Uses image python:3.9-slim to install with all the test dependencies
  • runs pytest

Merge request reports