Skip to content

Commit

Permalink
chore(docs): disable markdown macro rendering for source file pages (#…
Browse files Browse the repository at this point in the history
…225)

Some valid C++ sequences, such as `{{{`, overlap with the Jinja2 syntax and cause MkDocs errors.

Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
  • Loading branch information
mojomex authored Nov 12, 2024
1 parent 0a03b66 commit 3284357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ nav:
plugins:
- macros:
module_name: mkdocs_macros
render_by_default: false
force_render_paths: |
*
!*_source.md
- mkdoxy:
projects:
nebula_common:
Expand Down

0 comments on commit 3284357

Please sign in to comment.