Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

Hi @shivanshu1234! `XINDYOPTS` is [defined by the output of the `sphinx-build latex`](https://github.com/sphinx-doc/sphinx/blob/master/sphinx/texinputs/Makefile_t#L26) and used in the `latexmkjarc` file by `latexmk` command. I'm not sure yet if we can read the...

This issue is still valid in the way that our environment variables include surrounding quotes (even if the user doesn't add them), which makes `latexmkrc` to not work as expected....

I'm not sure if this is super related to https://github.com/readthedocs/ext-theme/issues/293, but since @agjohnson were asking about new potential settings, I'm pinging you here.

> If we treat turning off search in Addons as disabling search indexing completely, this could work well. If go this direction, we need to consider that enabling/re-enabling search will...

Today we mentioned a similar scenario for [File Tree Diff ignored files](https://github.com/readthedocs/readthedocs.org/pull/11977) where people can define some files in the WebUI so they are ignored when rendering the UI element...

Good point! I added the `project.slug` to the tags and it worked 👍🏼 ``` In [1]: from readthedocsext.cdn.tasks import purge_tags In [2]: purge_tags(["test-builds", "rtd-addons"]) readthedocs[28239]: [info ] Purged Cloudflare cache....

I don't follow you. How do you want to call the purge logic from .org? What function/method in particular?

What signal? I think you need to be more explicit here if you want me to follow you.

> we already call that purge method from .org when needed Well, that's my point. We _are not_ calling the purge method from .org when needed. We need to purge...