Cristian Le
Cristian Le
@xjlin0, please read my previous comment. This is specific to containers
The container specific here refers to the Gihub action running as: ``` jobs: pytest: runs-on: ubuntu-latest container: fedora:laters ``` In this case there are specific volumes that are mounted and...
The documentation of how to type-check decorators is rather vague, especially in order to add optional arguments. If there is any example that would help.
From what I've read on forums it is only supposed to parse its known markups like the links. For myst, it does do that, but steadily then the code highlighting...
Ok, it seems that the error I encountered was not on that side, and indeed I am able to hack in the jinja rendered with: ```python def jinja_render(app: Sphinx, docname:...
I did check that one out, and it uses directives. I want this one to be for the whole file. I've used [this one](https://stackoverflow.com/questions/59411768/using-jinja2-with-sphinx-autosummary) for inspiration. Do you know how...
Thanks a bunch! I'll update the comment above with a short implementation. Not sure how to share it more generally though
It feels weird to have different headers for different usage of `shared`/`static` libraries. If there are any changes it should be already compiled out, not have it present in the...
Oh fair point. I can make a small page to redirect here that would be run on main and all other branches
It would not have the nice PR link to show it, and it would have to be on a new branch on the main repo, but that would work