-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (32 loc) · 971 Bytes
/
_config.yml
File metadata and controls
37 lines (32 loc) · 971 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
37
title: DeepLabCut
author: The DeepLabCut Team
logo: docs/images/logo.png
only_build_toc_files: true
sphinx:
config:
autodoc_mock_imports: ["wx", "matplotlib", "qtpy", "PySide6", "napari", "shiboken6"]
mermaid_output_format: raw
html_static_path: ["docs/_static"]
html_css_files: ["custom.css"]
exclude_patterns:
- ".venv/**"
- "venv/**"
- "**/site-packages/**"
- "**/_build/**"
extra_extensions:
- numpydoc
- sphinxcontrib.mermaid
execute:
execute_notebooks: "off"
html:
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/DeepLabCut/DeepLabCut
path_to_book: docs
branch: main
launch_buttons:
colab_url: "https://colab.research.google.com/github/DeepLabCut/DeepLabCut/blob/master/examples/COLAB/COLAB_YOURDATA_TrainNetwork_VideoAnalysis.ipynb"