-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path_config.yml
48 lines (44 loc) · 1.15 KB
/
_config.yml
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
38
39
40
41
42
43
44
45
46
47
48
# In _config.yml
title: Higher Level Programming 2023
root: index
author: |
Hans Petter Langtangen,
Joakim Sundnes, Ola Skavhaug, Jonathan Feinberg, Karl-Erik Holter,
Vidar Tonaas Fauske, Benjamin Ragan-Kelley, Lisa Pankewitz,
Sebastian Mitusch, Simon Funke, Ingeborg Gjerde, Vegard Vinje,
Miroslav Kuchta and Jørgen S. Dokken
exclude_patterns:
- .nox
- .pytest_cache
- .virtual_documents
- .conda
- .ipynb_checkpoints
# disable execution to start
execute:
execute_notebooks: "off"
only_build_toc_files: true
parse:
myst_enable_extensions:
- amsmath
- colon_fence
- dollarmath
- html_image
- linkify
- substitution
- tasklist
sphinx:
config:
myst_substitutions:
course: IN3110/IN4110
semester: h23
course_page: https://www.uio.no/studier/emner/matnat/ifi/IN3110/h23
course_link: "[UiO course website](https://www.uio.no/studier/emner/matnat/ifi/IN3110/h23)"
linkcheck_ignore:
- https://mattermost.uio.no/.*
suppress_warnings: ["mystnb.unknown_mime_type"]
copy_files:
- "lectures/**/figs"
extra_extensions:
- copy_files
local_extensions:
copy_files: sphinxext