Merge v2.11 into v3.6

This commit is contained in:
mmatur
2026-01-26 17:20:11 +01:00
22 changed files with 307 additions and 156 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ docs: docs-clean docs-image docs-lint docs-build docs-verify
# Writer Mode: build and serve docs on http://localhost:8000 with livereload
.PHONY: docs-serve
docs-serve: docs-image
docker run $(DOCKER_RUN_DOC_OPTS) $(TRAEFIK_DOCS_BUILD_IMAGE) mkdocs serve
docker run $(DOCKER_RUN_DOC_OPTS) $(TRAEFIK_DOCS_BUILD_IMAGE) mkdocs serve -a 0.0.0.0:8000
## Pull image for doc building
.PHONY: docs-pull-images
+2 -2
View File
@@ -8,7 +8,7 @@ click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
importlib_metadata==7.1.0
Jinja2==3.1.3
Jinja2==3.1.6
Markdown==3.3.6
MarkupSafe==2.1.5
mergedeep==1.3.4
@@ -21,4 +21,4 @@ PyYAML==6.0.1
pyyaml_env_tag==0.1
six==1.16.0
watchdog==4.0.0
zipp==3.18.1
zipp==3.19.1