Hugo Buddelmeijer
Hugo Buddelmeijer
Thank you for the report. Does this happen with the demos included in the repository or with your own rst file? Unfortunately we have not much time to dedicate to...
It would indeed be useful if you could include an example, the smaller the better. Without an example we cannot reproduce the error and thus not fix the bug.
Thanks @Pierre-Gronau-ndaal . I've reproduced the error. It is caused by the empty `..` line in `index.rst`. That is, it works if you replace ``` .. Indices and tables .....
Interesting. Several thoughts: - This bot is very cool! - How can we tell that the bot isn't doing anything malicious? It changes quite some dependencies and the bot authors...
Thanks @Lennonka. We made this tool to scratch our own itch, and it seems that others like it too so we should step up our game.
Thanks for the report. docxsphinx uses python-docx, and it seems that python-docx does not support image captions. So this would probably take quite some work to add. See https://python-docx.readthedocs.io/en/latest/
The 'template' is actually an empty word document, a docx, so not a true template. We should document this better (see also #39 ) and perhaps indeed use a proper...
Could you please elaborate on what you are trying to achieve @Moshikol and what is not working as expected? Could you include instructions on how to reproduce the problem?
Thank you @Moshikol. Could you give a pointer to the doc directory you mention, or otherwise perhaps give an example of how the files are laid out?
Thanks for the example @Moshikol. I've reproduced the problem see branch https://github.com/mherkazandjian/docxsphinx/tree/hb/feature/autodoc3 It seems that the docx builder is not able to handle the autodoc directive properly. (Also when the...