Skip to content

Commit

Permalink
Adding a few more things - repository button not showing?
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Apr 18, 2024
1 parent 4f6d614 commit 770558d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,20 @@ html:
sphinx:
config:
html_theme_options:
search_bar_text: "Search..."
search_bar_text: "Search..."

parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
# - amsmath
- colon_fence
# - deflist
- dollarmath
# - html_admonition
# - html_image
- linkify
# - replacements
# - smartquotes
- substitution
- tasklist
myst_url_schemes: [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links
myst_dmath_double_inline: true # Allow display math ($$) within an inline context

0 comments on commit 770558d

Please sign in to comment.