Skip to content

Commit

Permalink
Change myst header depths, include attrs_inline extension
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Aug 4, 2024
1 parent cf88ffe commit fee166d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
autoclass_content = "both"

# MyST Options
myst_enable_extensions = ["colon_fence", "substitution", "attrs_block"]
myst_heading_anchors = 2
myst_enable_extensions = ["colon_fence", "substitution", "attrs_block", "attrs_inline"]
myst_heading_anchors = 4

# -- Options for copy button ------------------------------------------------
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html
Expand Down

0 comments on commit fee166d

Please # to comment.