DOCS: delete docs on flags to analyze_profile

     The --html flag and others appear to not exist anymore.

PiperOrigin-RevId: 334389061
diff --git a/site/docs/guide.md b/site/docs/guide.md
index 0cfb0ff..89cd499 100644
--- a/site/docs/guide.md
+++ b/site/docs/guide.md
@@ -1214,27 +1214,6 @@
     [...]
     ```
 
--   <a id="dump-html-format"></a>[`--html`](user-manual.html#flag--html)
-
-    This option writes a file called `<profile-file>.html` in the directory of
-    the profile file. Open it in your browser to see the visualization of the
-    actions in your build. Note that the file can be quite large and may push
-    the capabilities of your browser &ndash; please wait for the file to load.
-
-    In most cases, the HTML output from [`--html`](user-manual.html#flag--html)
-    is easier to read than the [`--dump`](user-manual.html#flag--dump) output.
-    It includes a Gantt chart that displays time on the horizontal axis and
-    threads of execution along the vertical axis. If you click on the Statistics
-    link in the top right corner of the page, you will jump to a section that
-    lists summary analysis information from your build.
-
-    *   [`--html_details`](user-manual.html#flag--html_details)
-
-        Additionally passing this option will render a more detailed execution
-        chart and additional tables on the performance of built-in and
-        user-defined Starlark functions. Beware that this increases the file
-        size and the load on the browser considerably.
-
 If Bazel appears to be hung, you can hit <kbd>Ctrl-&#92;</kbd> or send
 Bazel a `SIGQUIT` signal (`kill -3 $(bazel info server_pid)`) to get a thread
 dump in the file `$(bazel info output_base)/server/jvm.out`.
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index fb5f9ad..82bd6ea 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -2650,28 +2650,6 @@
   <a href='guide.html#dump-text-format'>human-readable format</a></li>
   <li><code>--dump=raw</code> displays all gathered data in a
   <a href='guide.html#dump-raw-format'>script-friendly format</a></li>
-  <li><code id='flag--html'>--html</code> generates an <a href='guide.html#dump-html-format'>HTML file</a> visualizing the
-  actions and rules executed in the build, as well as summary statistics for the build
-    <ul>
-      <li><code id='flag--html_details'>--html_details</code> adds more fine-grained
-      information on actions and rules to the HTML visualization</li>
-        <ul>
-          <li><code id='flag--html_histograms'>--html_histograms</code> adds histograms for Starlark
-          functions clicked in the statistics table. This will increase file size massively</li>
-          <li><code id='flag--nochart'>--nochart</code> hides the task chart from generated HTML
-          </li>
-        </ul>
-    </ul>
-  </li>
-  <li><code id='flag--combine'>--combine</code> combines multiple profile data files into a single
-  report. Does not generate HTML task charts</li>
-  <li><code id='flag--task_tree'>--task_tree</code> prints the tree of tasks matching the given
-  regular expression
-    <ul>
-      <li><code id='flag--task_tree_threshold'>--task_tree_threshold</code> skip tasks with duration
-      less than threshold, in milliseconds. Default is 50ms</li>
-    </ul>
-  </li>
 </ul>
 
 <p>