diff --git a/docs/source/conf.py b/docs/source/conf.py index 6241f14..dc34af8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,7 +47,7 @@ "repo": "documentation", # Binder reads files from this branch. The docs build workflow publishes # the generated documentation and notebooks here. - "branch": "gh-pages", + "branch": "binder", "binderhub_url": "https://mybinder.org", "dependencies": ["../../binder/requirements.txt"], "notebooks_dir": "notebooks",