Skip to content

Commit

Permalink
DOC: update Binder links
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 18, 2024
1 parent b0690ee commit 39dfb55
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ def install_ijulia() -> None:
REPO_NAME = "report"
REPO_TITLE = "ComPWA Organization"

BINDER_LINK = (
f"https://mybinder.org/v2/gh/ComPWA/{REPO_NAME}/{BRANCH}?filepath=docs/usage"
)
BINDER_LINK = f"https://mybinder.org/v2/gh/ComPWA/{REPO_NAME}/{BRANCH}?urlpath=lab"

autosectionlabel_prefix_document = True
bibtex_bibfiles = ["bibliography.bib"]
Expand Down Expand Up @@ -156,7 +154,7 @@ def install_ijulia() -> None:
},
{
"name": "Launch on Binder",
"url": f"https://mybinder.org/v2/gh/{ORGANIZATION}/{REPO_NAME}/{BRANCH}?filepath=docs",
"url": f"https://mybinder.org/v2/gh/{ORGANIZATION}/{REPO_NAME}/{BRANCH}?urlpath=lab",
"icon": "https://mybinder.readthedocs.io/en/latest/_static/favicon.png",
"type": "url",
},
Expand Down

0 comments on commit 39dfb55

Please sign in to comment.