chore: fix syntax that stardoc misunderstands as HTML (#1110)

Update requirements.bzl
diff --git a/docs/pip.md b/docs/pip.md
index 528abf7..e4c3f21 100644
--- a/docs/pip.md
+++ b/docs/pip.md
@@ -42,8 +42,8 @@
 
 It also generates two targets for running pip-compile:
 
-- validate with `bazel test <name>_test`
-- update with   `bazel run <name>.update`
+- validate with `bazel test [name]_test`
+- update with   `bazel run [name].update`
 
 
 **PARAMETERS**
diff --git a/python/pip_install/requirements.bzl b/python/pip_install/requirements.bzl
index af3c194..dd38c9d 100644
--- a/python/pip_install/requirements.bzl
+++ b/python/pip_install/requirements.bzl
@@ -39,8 +39,8 @@
 
     It also generates two targets for running pip-compile:
 
-    - validate with `bazel test <name>_test`
-    - update with   `bazel run <name>.update`
+    - validate with `bazel test [name]_test`
+    - update with   `bazel run [name].update`
 
     Args:
         name: base name for generated targets, typically "requirements".