From b25007eb3a19b3fd95f26278cc7175d1275bcf54 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 28 Jan 2022 19:35:39 +0100 Subject: [PATCH] docs(python): use admonition (#13894) --- docs/usage/python.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/usage/python.md b/docs/usage/python.md index 96cf715ed6a18b..7abb878e61d4ee 100644 --- a/docs/usage/python.md +++ b/docs/usage/python.md @@ -72,8 +72,10 @@ e.g.: } ``` -Note: the index-url found in the `requirements.txt` file takes precedence over a `registryUrl` configured like the above. -To override the URL found in `requirements.txt`, you need to configure it in `packageRules`, as they are applied _after_ package file extraction. + +!!! tip + The index-url found in the `requirements.txt` file takes precedence over a `registryUrl` configured like the above. + To override the URL found in `requirements.txt`, you need to configure it in `packageRules`, as they are applied _after_ package file extraction. ## Disabling Python support