fix: remove .html extension from doc slug
Metadata
Current evaluation
Merged changes removing the .html extension from Read the Docs slugs. Approved by two reviewers, passed CI checks, and updated three files to streamline documentation URLs without impacting downstream consumers.
Suggested action: —
No scores available.
Issue body
- [X] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
-----
I couldn't find any applications consuming craft-parts that still use the `.html` extension on RTD, so I believe this can be updated safely. If I'm overlooking anything, please let me know.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged changes removing the .html extension from Read the Docs slugs. Approved by two reviewers, passed CI checks, and updated three files to streamline documentation URLs without impacting downstream consumers. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a fix to remove the .html extension from documentation slugs. The maintainer verified no downstream applications consume the legacy format, allowing a safe update to the RTD slug structure. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #583 docs: declare slug in config | starbase | merged | Merged a documentation update declaring the slug in the config to configure the sphinx-notfound-page extension. Approved by a reviewer, passed all CI checks, and modified one file to enable custom 404 page routing. | |
| #257 feat: split the docs url into base and slug | craft-cli | merged | Merged. Splits documentation URLs into base and slug components to improve error reporting. Approved by two reviewers, passed CI checks, and modified three files (+71/-3). | |
| #590 docs: remove `html_title` from config | starbase | merged | Merged removal of html_title from configuration to prevent overriding the default composed documentation title. Approved by two reviewers and passed all CI checks. |