Chris Holdgraf

Results 1768 comments of Chris Holdgraf

I think that this issue is potentially a simpler way to resolve this problem: - https://github.com/pydata/pydata-sphinx-theme/issues/876

I looks like the PR I linked above doesn't really speed things up (at least for the SciPy docs). I am not sure what to do here, I don't have...

_copied over from #878_ I was not able to reproduce the slow-down reported in this issue. It seems like `main` is in-fact _faster_ than `0.9`. To conclude this I did...

One idea: what if the theme supported a path to a local JSON file instead of a purely resolved one, as some kind of special "developer mode" that would raise...

Yep I meant a sphinx warning. Basically this would be a workflow that should only be used for local prototyping.

### Implementation idea Here's an idea for how this could be implemented, in case anybody would like to try making a PR for this: 1. **Define a `switcher.json_url_local` variable** that...

Yeah, I'm pretty sure there's a specific HTML metadata you can add to a theme that will cause RTD to put ads there instead of in the overlay. Can't remember...

ah - good call, I missed that. I assume the widget should behave the same way? But maybe not. And if not, we should mention to RTD that the widget...

I looked into the RTD version widget customization, and it seems like the way that they do it is to define a custom template. - [Here's the layout.html template for...

Some quick questions: - Would [**announcement banners**](https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/configuring.html#announcement-banners) be enough for this? Or is this better as a new type of banner that goes *under* the header? - One simple option...