Nirmal Sasidharan
Nirmal Sasidharan
@alcarney I realized that esbonio always starts several forked child processes. Is this normal? This is the case with `esbonio.sphinx.numJobs:"1"`  Tested with 0.14.3, 0.15.0
@alcarney Great! Thanks for the update on the new 1.0 architecture. Do you have a rough timeline for 1.0 release? I checked this out already https://github.com/swyddfa/esbonio/issues/901
@danwos If this is implemented, does this mean, if I write ``` .. test-file:: My Test Data :file: my_test_data.xml :id: TESTFILE_1 :links: [[tr_link('classname', 'title')]] ``` the "links" option and the...
ah I missed this part. Thanks for the hint. >All other options like tags, links, status are copied from test-file directive to the autogenerated test-suite and test-case directives. Yes I...
The above hosting seems to have moved. I found it here again https://rocm.docs.amd.com/projects/rocAL/en/latest/doxygen/html/group__group__rocal.html (not the demo above however, but doxysphinx usage)
@Maetveis Do you still have the time to contribute this upstream? It would be really great! See related PR [here](https://github.com/boschglobal/doxysphinx/pull/130).
@hidmic Thanks a lot for the PR :) Which theme did you test it with? I tested it with the pydata theme used in this repo for [demo](https://boschglobal.github.io/doxysphinx/docs/doxygen/demo/html/annotated.html) and the...
Alright. @aniketsalve22 I guess it then makes sense to test the changes without any of our customisations. Also @Maetveis has achieved cool customisations [here ](https://rocm.docs.amd.com/projects/rocAL/en/latest/doxygen/html/group__group__rocal.html) from which we can draw...
@aniketsalve22 Just realized we are using [sphinx-book-theme for demo](https://github.com/boschglobal/doxysphinx/blob/7e8ab211d97fe7244c19ae4550e08034bedc0d7d/conf.py#L65) as well and not pydata-theme.
The first step would be to avoid providing an edit button on such generated pages. Immaterial Theme, for example, supports adding this directly to generated pages. https://jbms.github.io/sphinx-immaterial/customization.html#themeconf-hide-edit-link This could be...