Daniel McCloy

Results 258 comments of Daniel McCloy

> * happy to merge that one first and incorporate here if @drammock prefers) No preference, that was a one-liner that just took a couple minutes

rendering looks good. https://pydata-sphinx-theme--872.org.readthedocs.build/en/872/user_guide/theme-elements.html#mathematics +1 for merge when CIs come back green.

Just as an FYI @kloczek : the warnings and errors on the "kitchen sink" page are expected because part of the point of that page is to demo *all* formatting,...

Well, we have to draw a line somewhere regarding how much complexity we're willing to maintain/support in order to make things easy for users. To me this is a good...

@jonnew have a look at what [MNE-Python](https://mne.tools/dev/) does: the `html_sidebars` configuration ([here](https://github.com/mne-tools/mne-python/blob/f73907c01ce6a18e4941969d3491cc561617c32d/doc/conf.py#L571-L573 )) lets us specify a couple items (the custom one is [here](https://github.com/mne-tools/mne-python/blob/f73907c01ce6a18e4941969d3491cc561617c32d/doc/_templates/sidebar-quicklinks.html#L1-L12)) that only show up on the...

Closing, but with the understanding that we'll happily review a PR if someone gets inspired to figure out the exact cause and propose a solution. For now using sphinx-design instead...

I don't actually see this behavior (in Firefox for Linux) but I do see it in Chromium. Injecting `style="overflow-y: hidden;"` into the `span class="math notranslate nohighlight"` that surrounds the `mjx-container`...

This is something we also want over at MNE-Python. Right now we have wrapper code that does this but it is inelegant / error-prone. An idea that occurs to me...

@TheButlah @MehrshadK I had success removing the entire conda-installed version of `portaudio` (rather than just the `libstdc++` file) as describe here: https://github.com/spatialaudio/python-sounddevice/issues/74#issuecomment-480397175 Does that work for you?

> Clearly `numpy.ndarray` is a function and it's in the intersphinx mapping, anyone have any advice on how to fix this? `np.ndarray` is a `:class:` not a `:func:`