File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ sphinxcontrib-mermaid==1.0.0
4545importlib-metadata == 6.8.0
4646
4747# PyTorch Theme
48- -e git+https://github.com/pytorch/pytorch_sphinx_theme.git@8910563ac5d1be380a1c67368090092f1619fcee #egg=pytorch_sphinx_theme2
48+ -e git+https://github.com/pytorch/pytorch_sphinx_theme.git@0b4830d5e1eff504befa49b09ba3f1aec7f3d40b #egg=pytorch_sphinx_theme2
4949ipython
5050
5151sphinxcontrib.katex
Original file line number Diff line number Diff line change @@ -186,3 +186,23 @@ Custom Extensions
186186 cpp extensions.
187187 +++
188188 :octicon: `code;1em ` Code
189+
190+ .. toctree ::
191+ :hidden:
192+ :maxdepth: 2
193+
194+ beginner/dist_overview
195+ beginner/ddp_series_intro
196+ intermediate/ddp_tutorial
197+ intermediate/dist_tuto
198+ intermediate/FSDP_tutorial
199+ intermediate/FSDP_advanced_tutorial
200+ intermediate/TCPStore_libuv_backend
201+ intermediate/TP_tutorial
202+ intermediate/pipelining_tutorial
203+ intermediate/process_group_cpp_extension_tutorial
204+ intermediate/rpc_tutorial
205+ intermediate/rpc_param_server_tutorial
206+ intermediate/rpc_async_execution
207+ advanced/rpc_ddp_tutorial
208+ advanced/generic_join
You can’t perform that action at this time.
0 commit comments