Pradyun Gedam

Results 1572 comments of Pradyun Gedam

> Right now, this requires the user to also install npm, which can be very time consuming to build from source and may not be buildable on all platforms With...

Well, I came here to say that I think sphinx-theme-builder solves the problem that you're trying to solve here, and that I recommend using that. I've suggested it to RTD...

@FRidh FYI: I just wrote this today -- https://sphinx-theme-builder.readthedocs.io/en/latest/build-process/ :)

> Set the font base size to 16px to be a bit larger. ACTUALLY, we really shouldn't be setting a base font size at all. From https://css-tricks.com/accessible-font-sizing-explained/#avoid-setting-a-base-font-size (the entire page...

> One thought thought: do we know if the Sphinx "basic" theme sets a base font size? If so then we might need to accommodate for that. Nope: https://github.com/sphinx-doc/sphinx/search?l=CSS&q=font-size Some...

> * Understand from @pradyunsg if the basic-ng theme is in a place to be depended on yet (it still has WIP in the readme!) That's mostly because (1) I...

> Just python? Should be, yea. For the versioned URLs, we could add the shebangs with per-interpreter names (`python3.8`). I *think* `py.exe` is smart enough to translate those, even for...

Does this still occur after doing pyenv rehash? What does the shim execute when run before or after pyenv rehash? I have a feeling that this has something to do...

Ah, okay... What's `PATH` after activation? (I'm not on a machine where I can try reproducing this right now)

As a workaround, you can use `python -m lib2to3` inside your virtualenv, with equivalent functionality.