From 60c1173f7440dff6680c792ca1596d3997906c55 Mon Sep 17 00:00:00 2001 From: Rob Mohr Date: Thu, 14 Dec 2023 19:38:10 +0000 Subject: [PATCH] pw_env_setup: Remove "untested" warning Change-Id: Iae274899b5b310972feb0f7a638232768cd4ad3a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/182813 Pigweed-Auto-Submit: Rob Mohr Reviewed-by: Keir Mierle Commit-Queue: Auto-Submit Presubmit-Verified: CQ Bot Account --- pw_env_setup/docs.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pw_env_setup/docs.rst b/pw_env_setup/docs.rst index 84300adc63..2aa5402629 100644 --- a/pw_env_setup/docs.rst +++ b/pw_env_setup/docs.rst @@ -43,15 +43,6 @@ runs bootstrap. and ``activate.bat``. For simplicity they will be referred to with the ``.sh`` endings unless the distinction is relevant. -.. warning:: - - At this time ``pw_env_setup`` works for us, but isn’t well tested. We don’t - suggest relying on it just yet. However, we are interested in experience - reports; if you give it a try, please `send us a note`_ about your - experience. - -.. _send us a note: pigweed@googlegroups.com - On POSIX systems, the environment can be deactivated by running ``deactivate``. ==================================