Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSch92 committed Jun 1, 2024
1 parent 0203cc2 commit f6f151e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@
def setup(app) -> None:
parser = M2RParser()
app.add_source_parser(parser)

# Check if the .md suffix is already registered to avoid conflicts
if ".md" not in app.registry.source_suffix:
app.add_source_suffix(".md", "markdown")

0 comments on commit f6f151e

Please sign in to comment.