Chris Holdgraf
Chris Holdgraf
In my experience the biggest challenges with dependabot are that it lowers the signal to noise in the pull requests - you get a lot of opened PRs for patch/minor...
Looks like maybe we could configure it to only check once every so often: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
Can somebody please provide a minimal reproducible example or link? I worry that this won't get fixed if debugging requires building the entire scipy docs...
### Diagnosis of what's going wrong OK looking at the docs that @drammock shared, I think that this is the problem: - We have two extra `toc` items enabled by...
Here's one attempt at doing this w/ minimal changes to the CSS: https://github.com/pydata/pydata-sphinx-theme/pull/428 What do folks think? (feel free to comment there if you like)
@pradyunsg interesting point! That sounds like a good argument to me as well. One thought thought: do we know if the Sphinx "basic" theme sets a base font size? If...
@timhoffm that's a great point. I think we could widen the content window so that we have ~85 characters, and thus code blocks are at ~80 characters.
Made a few tweaks in https://github.com/pydata/pydata-sphinx-theme/pull/428 - would love some feedback there.
I'm happy with either approach - I think our width is fine right now. Do others have opinions?
I wonder if the problem is because we now generate the navbar in two places. First in the navbar, and a second time in the sidebar (so that the navbar...