1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: Ole Streicher <olebole@debian.org>
Date: Thu, 25 Jun 2020 11:48:40 +0200
Subject: Disable binder reference
---
doc/source/conf.py | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9e2915c..3f43dfc 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -115,16 +115,6 @@ sphinx_gallery_conf = {
"../examples/developers",
]
),
- "binder": {
- # Required keys
- "org": "scikit-image",
- "repo": "scikit-image",
- "branch": binder_branch, # Can be any branch, tag, or commit hash
- "binderhub_url": "https://mybinder.org", # Any URL of a binderhub.
- "dependencies": ["../../.binder/requirements.txt", "../../.binder/runtime.txt"],
- # Optional keys
- "use_jupyter_lab": False,
- },
# Remove sphinx_gallery_thumbnail_number from generated files
"remove_config_comments": True,
# `True` defaults to the number of jobs used by Sphinx (see its flag `-j`)
|