Jesse Tan

Results 22 comments of Jesse Tan

You can use something like https://github.com/tjgq/node-stream-throttle (which uses https://github.com/jhurliman/node-rate-limiter) to throttle a stream.

@AJJLagerweij your `html_static_path` is set to `nstatic`` but you also have that directory in the CSS include `nstatic/stylesheet.css`. Try removing `nstatic/` from the latter.

This is currently not possible because the JS and CSS that expand menu items assume that only the active/current menu item is expanded. Decoupling is tracked in #692. if that...

How does this new color look when combined with the browser native highlight color using Ctrl-F/Cmd-F?

> There are CSS selectors to control the highlight color inside elements, it's something we could add here if we wanted. Are you referring to `::selection`? I think that only...

This also happens when building `singlehtml` and is a result of [this SASS statement](https://github.com/rtfd/sphinx_rtd_theme/blob/38ba3fc3ed37e8e467f4d46eaea4bf276cdbb7d1/sass/_theme_layout.sass#L142). If I comment it out, the toctree behaves as expected. However I'm not clear why this...

Sounds good, althouh I'd suggest to use something like `releases/1.0.x` or `versions/1.0.x` for the branch name so it is easier to disambiguate beween a tagged `1.0.0` release which you can...

> Is `releases/1.x` too broad? Branches like `releases/1.0.x` definitely make sense if not, but it would be nice to limit the number of extra branches if possible. I don't think...

What is the unintended consequence in the link you provided? That the formula is left-aligned rather than centered?

Math is centered everywhere in this theme. Do you feel that left aligning math is always better than centering? Or are you more bothered by the inconsistent look in your...