Brendan
Brendan
The simplest project I can recommend is [2bndy5/mk-pass](https://github.com/2bndy5/mk-pass). It's kind of like my personal template for any rust-based project with a CLI and library bindings using pyo3, napi, and cbindgen.
This essentially prepares for Sphinx v9 support. I'll be submitting another PR to update lock files, CI, noxfile, tests, and pyproject.toml. However, `uv` cannot currently rectify using sphinx v9 with...
> However, uv cannot currently rectify using sphinx v9 with myst-parser (for the docs group) because they also have not updated their support for sphinx v9. I'm watching https://github.com/executablebooks/MyST-Parser/pull/1076 for...
Hey @ngoldbaum, fancy seeing you here... I came here looking to ask a similar question. Please bear with me as I suspect you already know most of this. I'm just...
> What's wrong with building wheels that reenable the GIL on import (i.e. the pymodules don't declare support)? This could be described as "unexpected behavior" by consumers that try experimenting...
Check the order of paths in your `$PATH` env var. Or you could set the env var `LIBGIT2` to the installed location of the appropriate version of libgit2. Otherwise, there's...
It's because you enabled `toc.integrate` feature. And, the "Date and time" section is somehow getting treated as an API entity. It can be customized, see [our docs](https://jbms.github.io/sphinx-immaterial/apidoc/index.html#table-of-contents-icons).
Without more detail or a sample that can reproduce the issue, I'm closing this as not planned. Also, it looks like the trino project is now leaning toward not switching...
It would help to have a requirements.txt file for the docs' dependencies. The conf.py lists a few extensions that I'm not familiar with.
I managed to reduce the sample to just a few pages. [trino-445-sample.zip](https://github.com/user-attachments/files/20323274/trino-445-sample.zip) It looks like the bug only happens after enabling myst-parser's colon-fence extension. This tells me that using the...