Manuel Kaufmann
Manuel Kaufmann
Initial PoC approach to talk about #795.
Thanks for the plugin! I changed a little the regex to only detects filenames ending with three chars because otherwise everything is highlighted match = r"[^ \t\n\r\f:]+(:[0-9]+)?\.[a-zA-Z][a-zA-Z][a-zA-Z]" I couldn't make...
**Describe the bug** I found that you are hiding the Read the Docs flyout shown at the bottom right by using CSS in this line: https://github.com/pypi/warehouse/blob/main/docs/user/stylesheets/extra.css#L13 and there is no...
We could detect there were changes to specific files (via #3) and insert direct links to those documentation pages as well. For example, if the file `docs/page/section.rst` was modified, we...
Merging #16 will make us to do a release of the `v1` again. We want to follow what we talked at https://github.com/readthedocs/actions/issues/5#issuecomment-1197688541 This basically means re-tagging `v1` to point to...
The action currently edits the PR description to add a separator and below that the links.  It would be good if we can also support adding a new comment...
Fully removal after deprecation and browndates. Reference: * https://github.com/readthedocs/readthedocs.org/issues/9993 * https://github.com/readthedocs/readthedocs.org/pull/11348 * https://about.readthedocs.com/blog/2024/05/readme-html-deprecated/
Opening a build details page for a project where you are not a maintainer returns 403 and show no notifications at all. 1. go to https://beta.readthedocs.org/projects/chemprop/builds/24161295/ 2. check the console...
Add a feature flag called `DISABLE_SPHINX_MANIPULATION` that: - don't install `readthedocs-sphinx-ext` Python package - don't append anything to the Sphinx's `conf.py` file - enable Read the Docs Addons on these...
Some time ago we wanted this in https://github.com/readthedocs/meta/issues/53#issuecomment-1234010087. It seems we wanted this to plot "historical number of subscriptions group by `start_date` and `status`". This PR adds historial records to...