We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a3fb0 commit c34ca42Copy full SHA for c34ca42
conf.py
@@ -176,6 +176,9 @@ def wrapper(*args, **kwargs):
176
"filename_pattern": re.compile(SPHINX_SHOULD_RUN),
177
"promote_jupyter_magic": True,
178
"backreferences_dir": None,
179
+ "write_computation_times": True,
180
+ "download_all_examples": False,
181
+ "show_signature": False,
182
"first_notebook_cell": (
183
"# For tips on running notebooks in Google Colab, see\n"
184
"# https://pytorch.org/tutorials/beginner/colab\n"
0 commit comments