This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Error when we try to download the epub archive
Type: Stage: resolved
Components: Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: matrixise, mdk, ned.deily
Priority: normal Keywords:

Created on 2018-10-23 19:14 by matrixise, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (12)
msg328332 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-10-23 19:14
On this page https://docs.python.org/3/download.html, there is a link for the epub archive but we can not download it because there is 404 Not Found.

https://docs.python.org/3/archives/python-3.7.1-docs.epub
msg328333 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-10-23 19:15
same issue with 3.6
msg328334 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-10-23 19:23
Thanks for the report. This problem is being tracked here: https://github.com/python/pythondotorg/issues/1350
msg328335 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2018-10-23 19:27
Looks like the python-docs-theme we're using in production may not be up-to-date, I'm bumping it on docsbuild-scripts.
msg328339 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2018-10-23 19:55
Bumped python-docs-theme it in production, it should help, next build in 4 hours.
msg328345 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-10-23 21:08
@ned maybe we could close this issue
msg328504 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-10-25 22:50
@Stéphane, please leave this open for now until we have a better resolution.  We'll make sure it gets closed.
msg328505 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-10-25 22:51
thanks ned
msg334864 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2019-02-05 11:56
ping ned, do we have a solution for this issue?

Thank you,

Stéphane
msg334879 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2019-02-05 17:26
Issue has been fixed upstream IIRC: https://github.com/sphinx-doc/sphinx/pull/5574
msg334884 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2019-02-05 20:30
Yes, it looks like 3.6 and 3.7 have been building properly so that's good.  However, I see that there seems to be an issue with building the 3.8.0 downloadables.  It looks like only the html formats are being built and that now results in 404s for the others since 3.8.0a1 has been released.  @mdk, can you take a look please and close this issue when appropriate?  Thanks!
msg335148 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2019-02-10 11:32
@ned the issue with builds in 3.8 come from our use of column and row spanning in the 3.8 documentation, breaking the plain text builder. I fixed it in https://github.com/sphinx-doc/sphinx/pull/5559 which has to be release in march IIRC.
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79236
2019-02-10 11:32:15mdksetstatus: open -> closed
resolution: third party
messages: + msg335148

stage: resolved
2019-02-05 20:30:15ned.deilysetmessages: + msg334884
2019-02-05 17:26:32mdksetmessages: + msg334879
2019-02-05 11:56:32matrixisesetmessages: + msg334864
2018-10-25 22:51:28matrixisesetmessages: + msg328505
2018-10-25 22:50:55ned.deilysetmessages: + msg328504
2018-10-23 21:08:59matrixisesetmessages: + msg328345
2018-10-23 19:55:42mdksetmessages: + msg328339
2018-10-23 19:27:40mdksetmessages: + msg328335
2018-10-23 19:23:25ned.deilysetmessages: + msg328334
2018-10-23 19:15:55matrixisesetmessages: + msg328333
versions: + Python 3.6
2018-10-23 19:14:45matrixisecreate