We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330a378 commit 34faf38Copy full SHA for 34faf38
conf.py
@@ -51,7 +51,7 @@
51
if isinstance(repo, str):
52
raise ValueError(data["message"])
53
54
- if repo["name"].startswith("jupyterlab-contrib"):
+ if "github" in repo["name"]:
55
continue # Skip special repositories
56
57
try:
0 commit comments