From ad1a2784dcf7b053275922e19a9ce402b2a3ebf7 Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Thu, 22 Aug 2024 15:19:30 +0800 Subject: [PATCH] config --- docs/_config.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 57a5294..33d1907 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 @@ -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 @@ -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 @@ -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