Skip to content

Commit

Permalink
Try to get binder fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GILIYAR RADHAKRISHNA Chaithya committed Jan 11, 2024
1 parent de248bf commit 610ffd9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from importlib_metadata import metadata

# If extensions (or modules to document with autodoc) are in another directory,

# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../..'))
Expand Down Expand Up @@ -90,11 +91,11 @@
'image_srcset': ["2x"],
'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.
'org': 'cea-cosmic',
'repo': 'pysap',
'branch': 'gh-pages', # 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',
'dependencies': ['../binder/apt.txt', '../binder/requirements.txt', '../binder/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.
Expand Down

0 comments on commit 610ffd9

Please sign in to comment.