Skip to content

Commit b578198

Browse files
committed
MAINT: updating deprecated keywords
1 parent 70c0174 commit b578198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_render_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_metadata_image(sphinx_run, clean_doctree, file_regression):
130130

131131
@pytest.mark.sphinx_params(
132132
"metadata_multiple_image.ipynb",
133-
conf={"jupyter_execute_notebooks": "off", "nb_render_key": "myst"},
133+
conf={"nb_execution_mode": "off", "nb_cell_metadata_key": "myst"},
134134
)
135135
def test_metadata_multiple_image(sphinx_run, clean_doctree, file_regression):
136136
sphinx_run.build()

0 commit comments

Comments
 (0)