Skip to content

Commit

Permalink
Suppress myst warnings for non-consecutive header level increases
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn-sasha committed Sep 8, 2024
1 parent 1aa35bf commit 27fa7aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
# ones.
extensions = ["sphinx.ext.intersphinx", "docs.source.html_builder", "myst_parser"]

# To prevent myst-parser from warning header level increases
suppress_warnings = ["myst.header"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand Down

0 comments on commit 27fa7aa

Please sign in to comment.