diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a068a20d96be497457bedaa60f9ab3cf4309eff..a0c74564837f3ddbee501fd0616509080b42e130 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ Push Wheel to Package Registry: - pip install twine - python -m twine upload -u gitlab-ci-token -p $CI_JOB_TOKEN --verbose --repository-url https://git-ce.rwth-aachen.de/api/v4/projects/${CI_PROJECT_ID}/packages/pypi dist/* -Build Documentation: +pages: image: python:3.9 stage: deploy tags: diff --git a/requirements.txt b/requirements.txt index eb5e41dd416ca6dfd4007d898880ad1595cd127b..95a0b6dd28daefac36db6ca073c466fa4fa6d63f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -jinja2<=3.1python +jinja2<3.1 sphinx==3.5.3 sphinx-rtd-theme==0.5.1 -paho-mqtt==1.5.1 \ No newline at end of file +paho-mqtt==1.5.1