Skip to content

Commit

Permalink
feat: Update FES2022 documentation and binder configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jul 1, 2024
1 parent ef2e087 commit 63c3d16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 35 deletions.
21 changes: 0 additions & 21 deletions binder/postBuild

This file was deleted.

21 changes: 7 additions & 14 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,20 @@ def push_front_syspath():
'MatrixFloat64': 'MatrixFloat64',
'MatrixComplex128': 'MatrixComplex128',
}

dependencies = HERE.joinpath('..', '..', 'binder', 'environment.yml').resolve()
sphinx_gallery_conf = {
'examples_dirs': [HERE.parent.parent.joinpath('examples')],
'filename_pattern': r'[\\\/]ex_',
'pypandoc': False,
'binder': {
'org':
'CNES',
'repo':
'aviso-fes',
'branch':
'main',
'binderhub_url':
'https://mybinder.org',
'dependencies':
[HERE.joinpath('..', '..', 'binder', 'environment.yml').resolve()],
'use_jupyter_lab':
True,
'org': 'CNES',
'repo': 'aviso-fes',
'branch': 'main',
'binderhub_url': 'https://mybinder.org',
'dependencies': [dependencies],
'use_jupyter_lab': True,
}
}
print([HERE.joinpath('..', '..', 'binder', 'environment.yml').resolve()])
exclude_patterns = []

# -- Options for HTML output -------------------------------------------------
Expand Down

0 comments on commit 63c3d16

Please sign in to comment.