Skip to content
Snippets Groups Projects
Unverified Commit 429af8bf authored by Pierre Augier's avatar Pierre Augier Committed by GitHub
Browse files

Change default for launch_buttons.binderhub_url to "" (thus no launch buttons) (#1944)

* Change default for launch_buttons.binderhub_url to "" (thus no launch buttons)

* Try to fix tests after changing default_config.yml
parent 0bb240fc
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 14 deletions
...@@ -72,7 +72,7 @@ latex: ...@@ -72,7 +72,7 @@ latex:
# Launch button settings # Launch button settings
launch_buttons: launch_buttons:
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"] notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
binderhub_url : https://mybinder.org # The URL of the BinderHub (e.g., https://mybinder.org) binderhub_url : "" # The URL of the BinderHub (e.g., https://mybinder.org)
jupyterhub_url : "" # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu) jupyterhub_url : "" # The URL of the JupyterHub (e.g., https://datahub.berkeley.edu)
thebe : false # Add a thebe button to pages (requires the repository to run on Binder) thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
colab_url : "" # The URL of Google Colab (https://colab.research.google.com) colab_url : "" # The URL of Google Colab (https://colab.research.google.com)
......
...@@ -19,7 +19,7 @@ html_favicon = '' ...@@ -19,7 +19,7 @@ html_favicon = ''
html_logo = '' html_logo = ''
html_sourcelink_suffix = '' html_sourcelink_suffix = ''
html_theme = 'sphinx_book_theme' html_theme = 'sphinx_book_theme'
html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': 'https://mybinder.org', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''}, 'path_to_docs': '', 'repository_url': 'https://github.com/executablebooks/jupyter-book', 'repository_branch': 'master', 'google_analytics_id': '', 'extra_navbar': 'Powered by <a href="https://jupyterbook.org">Jupyter Book</a>', 'extra_footer': '', 'home_page_in_toc': True, 'announcement': '', 'use_repository_button': False, 'use_edit_page_button': False, 'use_issues_button': False} html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': '', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''}, 'path_to_docs': '', 'repository_url': 'https://github.com/executablebooks/jupyter-book', 'repository_branch': 'master', 'google_analytics_id': '', 'extra_navbar': 'Powered by <a href="https://jupyterbook.org">Jupyter Book</a>', 'extra_footer': '', 'home_page_in_toc': True, 'announcement': '', 'use_repository_button': False, 'use_edit_page_button': False, 'use_issues_button': False}
html_title = 'test' html_title = 'test'
jupyter_cache = '' jupyter_cache = ''
jupyter_execute_notebooks = 'auto' jupyter_execute_notebooks = 'auto'
......
...@@ -19,7 +19,7 @@ html_favicon = '' ...@@ -19,7 +19,7 @@ html_favicon = ''
html_logo = '' html_logo = ''
html_sourcelink_suffix = '' html_sourcelink_suffix = ''
html_theme = 'sphinx_book_theme' html_theme = 'sphinx_book_theme'
html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': 'https://mybinder.org', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''}, 'path_to_docs': '', 'repository_url': 'https://github.com/executablebooks/jupyter-book', 'repository_branch': 'master', 'google_analytics_id': '', 'extra_navbar': 'Powered by <a href="https://jupyterbook.org">Jupyter Book</a>', 'extra_footer': '', 'home_page_in_toc': True, 'announcement': '', 'use_repository_button': False, 'use_edit_page_button': False, 'use_issues_button': False} html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': '', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''}, 'path_to_docs': '', 'repository_url': 'https://github.com/executablebooks/jupyter-book', 'repository_branch': 'master', 'google_analytics_id': '', 'extra_navbar': 'Powered by <a href="https://jupyterbook.org">Jupyter Book</a>', 'extra_footer': '', 'home_page_in_toc': True, 'announcement': '', 'use_repository_button': False, 'use_edit_page_button': False, 'use_issues_button': False}
html_title = 'My Jupyter Book' html_title = 'My Jupyter Book'
jupyter_cache = '' jupyter_cache = ''
jupyter_execute_notebooks = 'auto' jupyter_execute_notebooks = 'auto'
......
...@@ -42,7 +42,7 @@ final: ...@@ -42,7 +42,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -39,7 +39,7 @@ final: ...@@ -39,7 +39,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -42,7 +42,7 @@ final: ...@@ -42,7 +42,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -41,7 +41,7 @@ final: ...@@ -41,7 +41,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -43,7 +43,7 @@ final: ...@@ -43,7 +43,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -41,7 +41,7 @@ final: ...@@ -41,7 +41,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -43,7 +43,7 @@ final: ...@@ -43,7 +43,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -41,7 +41,7 @@ final: ...@@ -41,7 +41,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -40,7 +40,7 @@ final: ...@@ -40,7 +40,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -45,7 +45,7 @@ final: ...@@ -45,7 +45,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
...@@ -46,7 +46,7 @@ final: ...@@ -46,7 +46,7 @@ final:
google_analytics_id: '' google_analytics_id: ''
home_page_in_toc: true home_page_in_toc: true
launch_buttons: launch_buttons:
binderhub_url: https://mybinder.org binderhub_url: ''
colab_url: '' colab_url: ''
jupyterhub_url: '' jupyterhub_url: ''
notebook_interface: classic notebook_interface: classic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment