Daniel Woste

Results 241 comments of Daniel Woste

Haven't tested it, but as the PDF generation is based in weasyprint, which config is mostly done in CSS and which Sphinx-SimplePDF allows to manipulate, I would say yes :)...

Ohh ok, sorry, I remove your name from the issue. :/

Thanks for the investigation and the excellent report. At least we should document this somewhere in the docs. Do you think we should force the installation of `sphinx.ext.imgmath` and inject...

It must be automatically? So Sphinx glossary is not a valid solution? https://sublime-and-sphinx-guide.readthedocs.io/en/latest/glossary.html

> One small idea - could we add a WIN build GitHub workflow to this repository? Yes, but CI is overall totally missing. I just use ReadTheDocs to get the...

Thanks for the analysis. I think there is not one solution to solve all possible table problems. And a good solution would be to provide 1-2 classes, which deal differently...

Thanks for the PR, it looks promising and I like the feature enhancement. However, can you please add/update a test case and maybe add some lines to the docs, to...

You are right, multiple findings for the same regex are supported. But as far as I know, it does not check multiple regex, so for instance to have github and...

A dot is somehow a reserved character in Sphinx-Needs and is used to address [need_parts](https://sphinx-needs.readthedocs.io/en/latest/roles.html#need-part-np). This character is currently hard-coded. I guess we should add some docs to [need-id](https://sphinx-needs.readthedocs.io/en/latest/directives/need.html#need-id) description...

Sphinx knows `release` and `version`, and `version` needs to be set for your use case. Take a look at the demo project as some kind of reference: https://github.com/useblocks/sphinx-simplepdf/blob/main/demo/conf.py#L33