You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/conf.py
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,23 @@
37
37
]
38
38
39
39
sphinx_gallery_conf= {
40
-
'examples_dirs': '../examples', # path to your example scripts
41
-
'gallery_dirs': 'python_module',
42
-
'capture_repr': ('_repr_html_'),
43
-
'line_numbers': False,
44
-
'filename_pattern': '/pet',
40
+
'examples_dirs': '../examples', # path to your example scripts
41
+
'gallery_dirs': 'python_module',
42
+
'capture_repr': ('_repr_html_'),
43
+
'line_numbers': False,
44
+
'filename_pattern': '/pet',
45
+
'binder': {
46
+
# Required keys
47
+
'org': 'AntSimi',
48
+
'repo': 'py-eddy-tracker',
49
+
'branch': 'master',
50
+
'binderhub_url': 'https://mybinder.org',
51
+
'dependencies': ['../requirements.txt'],
52
+
# Optional keys
53
+
# 'filepath_prefix': '<prefix>' # A prefix to prepend to any filepaths in Binder links.
54
+
# 'notebooks_dir': '<notebooks-directory-name>' # Jupyter notebooks for Binder will be copied to this directory (relative to built documentation root).
55
+
# 'use_jupyter_lab': <bool> # Whether Binder links should start Jupyter Lab instead of the Jupyter Notebook interface.
56
+
}
45
57
}
46
58
47
59
# Add any paths that contain templates here, relative to this directory.
0 commit comments