forked from nasa/Transform-to-Open-Science
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
26 lines (22 loc) · 945 Bytes
/
_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
#######################################################################################
# A default configuration that will be loaded for all jupyter books
# See the documentation for help and more options:
# https://jupyterbook.org/customize/config.html
#######################################################################################
# Book settings
title : Intro to Git and Jupyter - 3rd Jack Eddy Symposium # The title of the book. Will be placed in the left navbar.
author : Fernando Pérez # The author of the book
copyright : "2022" # Copyright year to be placed in the footer
logo : logo.png # A path to the book logo
execute:
execute_notebooks: 'off'
only_build_toc_files: true
sphinx:
config:
exclude_patterns:
- README.md
myst_enable_extensions:
- amsmath
- dollarmath
- html_image
- html_admonition