Pradyun Gedam

Results 1572 comments of Pradyun Gedam

You might want to check with pip-audit folks, who are generating SBOMs. If that doesn't go anywhere, filing an issue against pip seems reasonable to me!

@choldgraf pinged me via another channel about this... and this is something I've been thinking about a bunch. I think what we should do for version switchers is have them...

FWIW, this interfaces closely with https://github.com/pradyunsg/sphinx-basic-ng/issues/12 (where I'm trying to figure out a way to have agnostic-to-hosting version and language switchers).

I managed to do this in Lutra. :) I'm on mobile, so no easy to click links for you. There's a CPython documentation build, linked to from an issue in...

x-ref: https://github.com/pradyunsg/sphinx-basic-ng/issues/12 FWIW, I have been using a very horrible hacky blurb of HTML, that makes RTD embed logic work, by pretending to the an old version of Sphinx-RTD-theme: https://github.com/pradyunsg/lutra/blob/486e35b37d33ab65bc4d3de0c43314688327ff95/src/lutra/theme/lutra/partials/header/variant-selector.html#L3...

https://github.com/pradyunsg/furo/commit/d955850a89310a932ecab4e84cba0c20371a6a33 I tweaked the look, preserved docutils 0.17 compat, and filed https://github.com/sphinx-doc/sphinx/issues/10531. I’ve not had bandwidth to tweak the styles in Furo since then, but it seems like it’ll work...

In a completely different direction, https://github.com/pradyunsg/sphinx-theme-builder adds an explicit dependency on npm, such that it can be managed by redistributors in a consistent manner across Sphinx themes. It has a...

The workflow is typically `stb package` or `python -m build` to build the package. `stb serve docs/` during development. `stb compile` if you want to compile just the assets for...

> We need to isolate the part doing the network access hence I was trying to see what steps `stb package` does. That would be the step that creates the...

I guess, if you want to isolate the network access steps, you can do this: - Run `stb compile --production` with network access, to compile the files once. - Run...