Skip to content

Commit e401ae8

Browse files
Apply suggested fix to docs/conf.py from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 32815c4 commit e401ae8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"myst_parser",
1818
]
1919

20+
# MyST is enabled for basic Markdown parsing only.
21+
# Keep advanced syntax extensions disabled unless explicitly needed.
22+
myst_enable_extensions = []
23+
2024
templates_path = ["_templates"]
2125
exclude_patterns = []
2226

0 commit comments

Comments
 (0)