From 93188981771903c3681973a6371a0aed8e911557 Mon Sep 17 00:00:00 2001 From: Chirag Pandya Date: Tue, 17 Dec 2024 12:13:24 -0800 Subject: [PATCH] [doc] fix flight recorder tutorial Summary: The small example code isn't rendering on the page. Remove caption as this seems to be problematic. Test Plan: Test on sandbox. --- prototype_source/flight_recorder_tutorial.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/prototype_source/flight_recorder_tutorial.rst b/prototype_source/flight_recorder_tutorial.rst index ab83ebe027f..2e643b133cc 100644 --- a/prototype_source/flight_recorder_tutorial.rst +++ b/prototype_source/flight_recorder_tutorial.rst @@ -214,7 +214,6 @@ For demonstration purposes, we named this program ``crash.py``. complexities. .. code:: python - :caption: A crashing example import torch import torch.distributed as dist