Skip to content

Commit

Permalink
Add binder
Browse files Browse the repository at this point in the history
  • Loading branch information
GILIYAR RADHAKRISHNA Chaithya committed Jan 10, 2024
1 parent 8b65ec9 commit 848f623
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,18 @@
'download_all_examples': False,
'show_signature': False,
'image_srcset': ["2x"],
'filename_pattern': '/',
'binder': {
# Required keys
'org': 'chaithyagr',
'repo': 'pysap-tutorials',
'branch': 'master', # Can be any branch, tag, or commit hash. Use a branch that hosts your docs.
'binderhub_url': 'https://mybinder.org', # Any URL of a binderhub deployment. Must be full URL (e.g. https://mybinder.org).
'dependencies': '../../environment.yml',
# Optional keys
'notebooks_dir': 'notebooks', # Jupyter notebooks for Binder will be copied to this directory (relative to built documentation root).
'use_jupyter_lab': True, # Whether Binder links should start Jupyter Lab instead of the Jupyter Notebook interface.
},
#'filename_pattern': '/',
'reference_url': {
'pysap': None,
'astro': None,
Expand Down

0 comments on commit 848f623

Please sign in to comment.