-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (31 loc) · 908 Bytes
/
_config.yml
File metadata and controls
36 lines (31 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: CEBRA-Lens
author: MLAI
logo: docs/docs/images/logo.jpeg
only_build_toc_files: true
sphinx:
config:
autodoc_mock_imports: list
add_module_names: False
autosummary_generate: False
suppress_warnings: ['autosummary']
html_static_path: ['docs/docs/images']
extra_extensions:
- numpydoc
- 'sphinx.ext.autodoc'
- 'sphinx.ext.napoleon'
- 'sphinx.ext.viewcode'
execute:
execute_notebooks: "off"
html:
favicon: "docs/docs/images/logo.jpeg"
extra_navbar: ""
use_issues_button: true
use_repository_button: true
extra_footer: |
<div>Powered by <a href="https://jupyterbook.org/">Jupyter Book</a>.</div>
repository:
url: https://github.com/AdaptiveMotorControlLab/CEBRA-Lens
path_to_book: docs
branch: main
launch_buttons:
colab_url: "https://colab.research.google.com/github.com/AdaptiveMotorControlLab/CEBRA-Lens/demos/UsageDemoGENERAL.ipynb"