-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (43 loc) · 989 Bytes
/
_config.yml
File metadata and controls
53 lines (43 loc) · 989 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
title: ALADIN Docs
author: Paul Christ
execute:
execute_notebooks: "force"
html:
use_edit_page_button: true
use_repository_button: true
use_issues_button: true
baseurl: https://HTW-ALADIN.github.io/documentation
repository:
url: https://github.com/HTW-ALADIN/documentation
branch: source
launch_buttons:
binderhub_url: "https://mybinder.org"
colab_url: "https://colab.research.google.com"
thebe: true
latex:
latex_documents:
targetname: aladin_docs.tex
parse:
myst_enable_extensions:
- html_image
- dollarmath
bibtex_bibfiles:
- bibliography.bib
sphinx:
config:
bibtex_reference_style: author_year
html_show_copyright: false
latex_toplevel_sectioning: part
latex_show_pagerefs: true
latex_show_urls: 'footnote'
extra_extensions:
- sphinxcontrib.mermaid
- sphinxcontrib.wavedrom
parse:
myst_enable_extensions:
- amsmath
- colon_fence
- dollarmath
- linkify
- substitution
- tasklist