Emily
Emily
### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...
https://readthedocs-sphinx-search.readthedocs.io/en/latest/?rtd_search=testing RTD search shows section headings from pages. For example, if something is found in the "Development" and "Testing" headings in a document, RTD shows both and allows jumping directly...
Right now it looks like you can add extra nodes without modifying the extension, but it depends on private methods of the translator. Example for the `panel` macro: ```python from...
During a build, I encounter this warning: ``` WARNING: unknown node: PassthroughTextElement ``` However, it doesn't say which page causes it. How can I debug this? I tried passing `-vvv`...
Right now, when page title changes, confluencebuilder removes the old page entirely & creates a new page -- even if the content hasn't changed. It seems like Confluence Server doesn't...
I work in an environment where `mermaid-cli` is tricky to install. However, our Confluence Server instance has HTML enabled, and for Mermaid blocks we can simply output smth like: ```html...
Right now it looks like `--keep-going` only works for packages specified individually. If `requirements.txt` is given, the downloading will stop after the first failed requirement. Is there any way to...
I'm working on a document where many code blocks need substitutions -- is there any way I could enable them in code blocks by default, and use smth like `:nosubstitutions:`...
### Describe the feature you'd like to request Right now, using substitutions in inline code / code blocks is rather cumbersome. For inline code, you have to write smth like:...