-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
23 lines (19 loc) · 711 Bytes
/
_config.yml
File metadata and controls
23 lines (19 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# https://jupyterbook.org/customize/config.html
title: "Romain's Portfolio"
author: Romain
# https://jupyterbook.org/en/stable/structure/configure.html#disable-building-files-that-arent-in-the-table-of-contents
only_build_toc_files: true
exclude_patterns:
- .github/*
- .pytest_cache/*
- .venv/*
execute:
execute_notebooks: "off"
sphinx:
config:
# https://myst-parser.readthedocs.io/en/latest/syntax/cross-referencing.html#implicit-targets
myst_heading_anchors: 4
# https://jupyterbook.org/en/stable/interactive/interactive.html#plotly
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.7/require.min.js
suppress_warnings: ["mystnb.unknown_mime_type"]