Skip to content

Commit 4e51e30

Browse files
committed
Update
1 parent adbaced commit 4e51e30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Sphinx dependencies
55
sphinx==7.2.6
6-
sphinx-gallery==0.17.1
6+
sphinx-gallery==0.19.0
77
sphinx-reredirects==0.1.4
88
sphinx_design==0.6.1
99
docutils>=0.18.1,<0.21

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ 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,
179180
"download_all_examples": False,
180181
"show_signature": False,
181182
"first_notebook_cell": (

0 commit comments

Comments
 (0)