From 53799a9578eaab097a1cb0147ba0537bafa670bc Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sat, 19 Aug 2023 19:25:04 +0900 Subject: [PATCH] Update conf.py --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 966782cb9..33e887c3a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -235,7 +235,7 @@ def __repr__(self): 'repo': "pyvista-tutorial", 'branch': "gh-pages", 'binderhub_url': "https://mybinder.org", - 'dependencies': "../../Dockerfile", + 'dependencies': ["../../Dockerfile", "../../start"], 'use_jupyter_lab': True, }, 'reset_modules': (ResetPyVista(),),