Aidan Feldman

Results 219 comments of Aidan Feldman

Doesn't appear to be configurable. https://github.com/executablebooks/sphinx-book-theme/blob/9f3ce5bf082a5bef15917978778da9d1cdf1a12a/src/sphinx_book_theme/header_buttons/__init__.py#L61-L109

I also got ``` Could not solve for environment specs The following packages are incompatible ``` In my case, it was because I didn't include the `conda-forge` channel. I know...

Workaround is pinning `sphinx-book-theme>=1.1.4` (https://github.com/executablebooks/sphinx-book-theme/pull/898).

Captured in https://github.com/frictionlessdata/frictionless-py/issues/1737.

Duplicate of https://github.com/jupyter/nbconvert/issues/296, I think?

I believe this is an issue with ReadTheDocs, which may or not be their intended behavior: https://github.com/readthedocs/readthedocs.org/issues/11728

https://github.com/executablebooks/sphinx-book-theme/issues/863

I agree this issue can be closed, as it's something that needs to be handled at the theme (or extension) level.

I was able to run it with Node v22.13.1, no changes needed 🤷