Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation is not deploying #1604

Open
andrej opened this issue Jul 10, 2024 · 0 comments
Open

Documentation is not deploying #1604

andrej opened this issue Jul 10, 2024 · 0 comments

Comments

@andrej
Copy link
Collaborator

andrej commented Jul 10, 2024

The online documentation has not been updated in quite a while.

The responsible GitHub workflow is failing with this error:

Rendering Liquid: AIEXDialect.md github-pages 231 | Error: Liquid syntax error (line 553): Unknown tag 'tile_0_0' 

The fundamental issue is that we have example code in the docs that contains things like

  aie.objectfifo @out0(%tile_0_1, {%tile_0_0}, 4 : i32) : !aie.objectfifo<memref<32x32xi32>>

The offending part here is {%tile_0_0}. This happens to be an expression in the Liquid templating language. GitHub pages/Jekyll uses liquid to turn the markdown files into HTML pages.

Something as simple as putting a space between the { and the % may help, but not sure. I'm sure there's also some sort of escape sequence in the Liquid template language that would allow us to write {% verbatim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant