Anthony
Anthony
The core team has decided that the code for Read the Docs is not the best place to send new contributors. We've found it's really hard to point contributors to...
We brought up the idea of using our YAML file for redirects. There are a number of problems with this though, as well as many existing problems. Current problems: *...
There are a few scrolling issues that seem to be regressions to before the nav html was altered: - Clicking a level 3 item in the side navigation, scrolling events...
I enabled the RTD PR builder for this project, however CSS and JS get cached at the CDN now, making PR review of built documentation not very helpful -- these...
~Sphinx 5.0~ Sphinx 6 is dropping jQuery support, which we have historically piggybacked off of. Removing jQuery support here (and in RTD) is totally valid and a good goal as...
Stop always showing a scrollbar on the flyout menu, though preserve flyout menu scrolling if the content doesn't fit in the viewport. This one has bothered me for a while....
We talked about setting up Happo for visual diff testing, this was a manual test that I did to demo the service. I'm happy with the output so far, it...
Sphinx will be moving to remove jQuery as a dependency. We are currently using jQuery in our JS and in the application JS, so we'll want to start thinking about...
We've been slowly moving to the new default branch name with our repositories and I just realized that this could be used as an opportunity to archive users ability to...
Every time we do a release, we freeze the code base and halt merging of pull requests. It seems we might benefit from adding release branches for past releases, so...