We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70733c1 commit 6aad895Copy full SHA for 6aad895
.gitlab-ci.yml
@@ -521,7 +521,7 @@ combine_reports:
521
522
build_docs:
523
stage: build_docs
524
- image: python:3.7-bullseye
+ image: python:3.8-bullseye
525
tags:
526
- build_docs
527
rules:
@@ -544,7 +544,7 @@ build_docs:
544
545
.deploy_docs_template:
546
stage: deploy_docs
547
548
549
- deploy
550
needs:
docs/requirements.txt
@@ -1 +1 @@
1
-esp-docs~=1.10
+esp-docs~=2.1
0 commit comments