From 97cfa99d59375de6d5e4c17dc6aea955ae75b493 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:32:04 +0100 Subject: [PATCH] [Docs] Take env var definition out of folded admonition (#29005) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- docs/configuration/env_vars.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/configuration/env_vars.md b/docs/configuration/env_vars.md index 2c0a898754fa0..f6d548a19d91f 100644 --- a/docs/configuration/env_vars.md +++ b/docs/configuration/env_vars.md @@ -7,8 +7,6 @@ vLLM uses the following environment variables to configure the system: All environment variables used by vLLM are prefixed with `VLLM_`. **Special care should be taken for Kubernetes users**: please do not name the service as `vllm`, otherwise environment variables set by Kubernetes might conflict with vLLM's environment variables, because [Kubernetes sets environment variables for each service with the capitalized service name as the prefix](https://kubernetes.io/docs/concepts/services-networking/service/#environment-variables). -??? code - - ```python - --8<-- "vllm/envs.py:env-vars-definition" - ``` +```python +--8<-- "vllm/envs.py:env-vars-definition" +```