Chris Holdgraf
Chris Holdgraf
To me the main question is if we want to keep `bd-` or if we want to switch that class prefix. That'll be a big breaking change, but might be...
Another approach we could take is to check the duration time of one of our pytests (https://howchoo.com/python/how-to-measure-unit-test-execution-times-in-pytest) and the fail if it exceeds some threshold. Kind of like a time-based...
I think this one is the first and simplest build: https://github.com/pydata/pydata-sphinx-theme/blob/fb0a4e7764d34bc7928c0dc3e91c9a5aa138ff1b/tests/test_build.py#L55 So maybe after running our test suite, we just run that one like 5 times, take the median, and...
Yes! Good catch. I believe this was closed by https://github.com/pydata/pydata-sphinx-theme/pull/832
Thanks for opening this @jarrodmillman - one quick thought from me: I think we should time box the issue so that we know when to close it. How about we...
Nothing fancy. If anybody stumbles upon the issue after September 1st they should feel empowered to close 🙂
Good catch - I added the two upstream issues that I think need to be resolved for this one to be fixed. Do you think that this issue should block...
I'm going to bump this one to 0.11, since I think we want to make a release before this issue will likely be resolved.
To me it's hard to know if the page will feel too cluttered until we mock-up something to look at. For a within-page topbar, I think it'd be important that...
I did a quick mock-up of what I had in mind. This is the current layout: I imagined something like this:  Where the right sidebar is reserved only for...