We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbe367 commit e25d8f6Copy full SHA for e25d8f6
_config.yml
@@ -21,9 +21,12 @@ bibtex_bibfiles:
21
22
# Information about where the book exists on the web
23
repository:
24
- url: https://projectpythia.github.io/pythia-foundations # Online location of your book
+ url: https://github.com/ProjectPythia/pythia-foundations # Online location of your book
25
#path_to_book: docs # Optional path to your book, relative to the repository root
26
branch: main # Which branch of the repository should be used when creating links (optional)
27
+# Configure your Binder links, such as the URL of the BinderHub.
28
+launch_buttons:
29
+ binderhub_url : https://mybinder.org
30
31
# Add GitHub buttons to your book
32
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
0 commit comments