-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
73 lines (66 loc) · 1.89 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
title: 'Interactive ProbLog<br>Book Example'
author: >
<a href="mailto:K.Sokol@bristol.ac.uk">Kacper Sokol</a>,
University of Bristol, United Kingdom
copyright: '2021'
logo: src/img/wikidata.svg
exclude_patterns:
- .DS_Store
- __pycache__
- .github
- README.md
execute:
execute_notebooks: cache
timeout: 30
allow_errors: false
stderr_output: show
html:
favicon: src/img/wikidata.svg
use_edit_page_button: true
use_repository_button: true
use_issues_button: true
extra_footer: >
This book is a template for building interactive ProbLog books with
<a href="https://jupyterbook.org/intro.html">Jupyter Book</a>.
The source of this book is available on
<a href="https://github.com/simply-logical/problog-book-template">GitHub</a>.
extra_navbar: ''
google_analytics_id: 'G-BZGV6J36FT'
home_page_in_navbar: true
baseurl: 'http://problog-template.simply-logical.space/'
parse:
myst_enable_extensions:
- colon_fence
- dollarmath
- linkify
repository:
url: https://github.com/simply-logical/problog-book-template
launch_buttons:
notebook_interface: 'classic' # 'jupyterlab'
binderhub_url: 'https://mybinder.org'
colab_url: 'https://colab.research.google.com'
thebe: true
sphinx:
extra_extensions:
- sphinx_problog.problog
config:
html_extra_path:
- README.md
- LICENCE
- CNAME
- .nojekyll
numfig_format:
figure: 'Figure %s'
numfig_secnum_depth: 1
nb_custom_formats:
.py:
- jupytext.reads
- fmt: py:percent
# Configure Sphinx-copybutton
# <https://sphinx-copybutton.readthedocs.io/en/latest/>
copybutton_prompt_text: ''
copybutton_only_copy_prompt_lines: false
copybutton_remove_prompts: false
# Configure Sphinx-ProbLog extension
sphinx_problog_execution_server_url: https://verne.cs.kuleuven.be/problog/api/
sphinx_problog_code_directory: src/code/