readthedocs / ext-theme

Read the Docs drop in replacement site templates
2 stars 2 forks source link

The HTML archive download button is gray in the new readthedocs #423

Closed Jason2013 closed 2 weeks ago

Jason2013 commented 2 months ago

Details

Expected Result

A description of what you wanted to happen

All PDF file, ePUB file and HTML archive download links should be available.

Actual Result

A description of what actually happened

Only PDF file, ePUB file download links are available. The HTML archive download link is gray and cannot download.

Snipaste_2024-07-17_10-57-41-readthedocs-new

The old readthedocs have all the three formats be downloadable.

https://readthedocs.org/projects/mm-story/downloads/

Snipaste_2024-07-17_10-57-41-readthedocs-old
agjohnson commented 2 months ago

I'm guessing this is because the wrong data attribute is used here -- html vs htmlzip:

https://github.com/readthedocs/ext-theme/blob/main/src/js/project/index.js#L200