Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Aug 22, 2024
1 parent d2585b7 commit ad1a278
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
# Learn more at https://jupyterbook.org/en/stable/customize/config.html

title: My sample book
author: Wen-Wei Tseng
Expand All @@ -25,7 +25,8 @@ execute:
#######################################################################################
# Parse and render settings
parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
# default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
myst_enable_extensions:
- amsmath
- colon_fence
- deflist
Expand All @@ -37,7 +38,7 @@ parse:
# - smartquotes
- substitution
- tasklist
myst_url_schemes: [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links
myst_url_schemes: [mailto, http, https] # URI schemes that will be recognized as external URLs in Markdown links
myst_dmath_double_inline: true # Allow display math ($$) within an inline context

# Define the name of the latex output file for PDF builds
Expand Down Expand Up @@ -79,7 +80,7 @@ html:
google_analytics_id: "" # A GA id that can be used to track book views.
home_page_in_navbar: true # Whether to include your home page in the left Navigation Bar
baseurl: "" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
analytics:
# analytics:
comments:
hypothesis: false
utterances: false
Expand Down

0 comments on commit ad1a278

Please sign in to comment.