Skip to content

Commit

Permalink
ingnore warnings header inconisitency
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Oct 13, 2024
1 parent f5c1e53 commit b4b660f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
myst_enable_extensions = [
"colon_fence",
]
suppress_warnings = [
"myst.header", # suppress warnings of the kind "WARNING: Non-consecutive header level increase; H1 to H3"
]

# ###
# Custom jinja parser to enable jinja templating
Expand Down

0 comments on commit b4b660f

Please sign in to comment.