readthedocs.org
readthedocs.org copied to clipboard
The source code that powers readthedocs.org
While investigating a question about a build error, I went through a bunch of trial-and-error and noted the common reasons for various git errors. Questions for common build errors could...
## Details * Read the Docs project URL: https://readthedocs.org/projects/hyperledger-besu/ Hi, was trying to figure out how to make a version inactive and have it redirect to the default (latest) version....
It seems that when a version is `active=False` but its HTML files exist in the storage, we get an infinite redirect: ``` $ curl -IL http://docs.reprozip.org/en/0.6.1/ ... curl: (47) Maximum...
This is so we can use the project slug extraction in the new implementation of the unresolver. The refactor is split into several commits. ---- :books: Documentation preview :books:: https://docs--9462.org.readthedocs.build/en/9462/
## Details Leaving the "Default branch" field empty does not work, but will start to build `master` branches. * Read the Docs project URL: https://readthedocs.org/projects/example-sphinx-basic/ * Build URL (if applicable):...
Currently, redirects cannot be edited. The view and forms should allow for editing, and we should add a form view and UI in addition to the existing views. I don't...
WARNING: This is untested! This is a proof of concept for using inline SVG icons instead of the webfont for the two icons in the flyout. Something like this could...
Continuation of https://github.com/readthedocs/readthedocs.org/pull/9479 to use pip-tools for all our requirements files and the automation of the GitHub Action. ---- :books: Documentation preview :books:: https://docs--9480.org.readthedocs.build/en/9480/
Once we have djstripe added again, we'll want to start thinking about moving our logic to use djstripe. The easiest piece to update first might be our Subscription model. We...
I finally decided to use a custom GitHub Action + pip-tools because: - pyup does not support pip-tools - pur does not pin transitive dependencies - dependabot says it supports...