Integration
This merge aims towards updating .gitlab-ci.yml to introduce two stages that are run in parallel:
pages
- Uses the image
sphinxdoc/sphinxto build docs - Generates artifacts in the
publicfolder
test
- Uses image
python:3.9-slimto install with all the test dependencies - runs
pytest