@consideRatio recently figured out a way to do two things in a way that don’t break URLs:
- Remove
/en/latest
from Sphinx documentation (for docs where we don’t intend to version or localize the content)
- Remove
.html
from webpages so that they have “clean URLs” (e.g. page/
rather than page.html
)
We wrote it up as a brief team guide in case it’s useful to others. Sharing here for visibility:
3 Likes