Emily

Results 9 comments of Emily

It would also be lovely if the interpreter could be configured per-folder (with multiple paths, first found is chosen). We have a documentation project with the following workflow: 1. Users...

> I assume when you say "per-folder" in this instance you're referring to the configuration associated with a specific project A specific Sphinx project located inside a large monorepo. >...

* ~~Purging Confluence's "deleted pages" stash via API so that it never suggests a "deleted" page and is instead forced to guess based on the title?~~ Nevermind this idea, I...

Update: after searching the entire GitHub for `PassthroughTextElement`, it turns out that it comes from sphinx-design. Makes sense. Still, is there any option to report document path / debug info...

@NKTelnet did you ever find a solution?

For now my workaround is to disable mermaid processing in confluencebuilder and process `` nodes in a separate pass.

Without `confluence_permit_raw_html`: confluencebuilder's mermaid override kicks in and says that it can't run `mmdc`. With `confluence_permit_raw_html` and `confluence_adv_restricted = ["ext-sphinxcontrib.mermaid"]`: mermaid nodes aren't touched at all and we end up...

I spent a lot of time debugging this, but in the end it turned out that one cert in the chain _was_ actually invalid, and I simply didn't see the...

For me, either proper API calls, or documentation on supporting custom Confluence nodes would be lovely. I'm worried about someone else inheriting my Sphinx code and not being able to...