Jared Dillard
Jared Dillard
That sounds like a good addition if you want to give it a shot. Here are the [docs](https://www.sitemaps.org/protocol.html) on the `` tag: ``` The priority of this URL relative to...
Nice! Since you've done a little hacking you should try making a PR! > If you know how to make this parameter work, that would also be a solution that...
Thanks for the detailed description! It might help to add an example .drawio file so that someone can use that to troubleshoot.
You can use the latest (online version) by following these instructions: https://github.com/hediet/vscode-drawio/issues/171#issuecomment-1120326817
This is great! I pulled it into an experimental [PR](https://github.com/jdillard/sphinx-llms-txt/pull/51) to try and use it to generate a [llms-full.txt](https://sphinx-llms-txt--51.org.readthedocs.build/en/51/llms-full.txt) and noticed an issue with how some of the headings were...
As far as `markdown_file_suffix` goes it was added two months ago in https://github.com/liran-funaro/sphinx-markdown-builder/pull/40, but a new release hasn't been cut since January.
Also discussed here: https://github.com/orgs/sphinx-doc/discussions/12834
Ah interesting, here are the docs on [numfig_format](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-numfig_format). I've noticed big performance hits when there are lots of tables with numfig turned on, I wonder if all numfig types are...
I think the Flyout might be better in this case since it is theme agnostic. There is a [view_url](https://github.com/readthedocs/addons/blob/e108259dd870607a93bedf5d23389c51c1ecdc1a/src/flyout.js#L207), but unsure where/how that gets set.