Skip to content

Commit c34ca42

Browse files
committed
Update
1 parent 78a3fb0 commit c34ca42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ def wrapper(*args, **kwargs):
176176
"filename_pattern": re.compile(SPHINX_SHOULD_RUN),
177177
"promote_jupyter_magic": True,
178178
"backreferences_dir": None,
179+
"write_computation_times": True,
180+
"download_all_examples": False,
181+
"show_signature": False,
179182
"first_notebook_cell": (
180183
"# For tips on running notebooks in Google Colab, see\n"
181184
"# https://pytorch.org/tutorials/beginner/colab\n"

0 commit comments

Comments
 (0)