getpatchwork / patchwork

Patchwork is a web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project.
http://jk.ozlabs.org/projects/patchwork/
GNU General Public License v2.0
273 stars 82 forks source link

doc: Add required .html suffix to links #559

Closed pevik closed 11 months ago

pevik commented 11 months ago

Some links to https://patchwork.readthedocs.io/ require .html suffix (these which point to .rst files). Add it to fix 404 errors.

stephenfin commented 11 months ago

Thanks for raising this. This was caused by our recent migration to .readthedocs.yaml configuration file. It turns out we needed to re-configure the builder used to use the dirhtml builder. This was previously done via the web UI but I'd forgotten that.

This has now been fixed in f1575870b073d57d0b6121f0764d6bb70c1730ae, so we shouldn't need the suffixes again.