-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
65 lines (65 loc) · 1.22 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
# _config.yml
title: Practical-RL
author: tonyfast
copyright: '2021'
logo: ''
exclude_patterns: [.nox]
only_build_toc_files: true
execute:
execute_notebooks: off
cache: ''
exclude_patterns: []
timeout: 30
run_in_temp: false
allow_errors: true
stderr_output: show
parse:
myst_enable_extensions:
- linkify
- substitution
- dollarmath
- colon_fence
- tasklist
myst_url_schemes:
- mailto
- http
- https
html:
favicon: ''
use_edit_page_button: true
use_repository_button: true
use_issues_button: false
use_multitoc_numbering: true
extra_navbar: ''
extra_footer: ''
google_analytics_id: ''
home_page_in_navbar: true
baseurl: ''
comments:
hypothesis: false
utterances: false
repository:
url: https://github.com/Quansight/Practical-RL
path_to_book: ''
branch: main
launch_buttons: {}
latex:
latex_engine: pdflatex
use_jupyterbook_latex: false
sphinx:
extra_extensions:
- sphinx_togglebutton
- sphinx_copybutton
- myst_nb
- jupyter_book
- sphinx_comments
- sphinx_external_toc
- sphinx.ext.intersphinx
- sphinx_book_theme
- sphinx.ext.napoleon
- sphinx.ext.todo
- sphinx.ext.autodoc
- sphinx.ext.viewcode
- jupyterbook_latex
local_extensions:
config: {}