File: Disable-binder-reference.patch

package info (click to toggle)
skimage 0.25.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,720 kB
  • sloc: python: 60,007; cpp: 2,592; ansic: 1,591; xml: 1,342; javascript: 1,267; makefile: 168; sh: 20
file content (29 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (2)
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`)