Closed
Bug 987332
Opened 11 years ago
Closed 8 years ago
sphinx MDN theme references files that now 404
Categories
(developer.mozilla.org Graveyard :: General, defect)
developer.mozilla.org Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Unassigned)
References
Details
(Whiteboard: [leave open])
Attachments
(1 file)
|
972 bytes,
patch
|
nalexander
:
review+
|
Details | Diff | Splinter Review |
I'm using the Sphinx MDN theme (https://github.com/lmorchard/mozilla-mdn-sphinx-theme) to manage the mozilla-central documentation.
See https://ci.mozilla.org/job/mozilla-central-docs/Tree_Documentation/index.html for the output of a Jenkins job that generates things automatically.
That theme references files on https://developer.mozilla.org. Sometime in the last 5 days those files started to 404.
Failing URLs include:
https://developer.mozilla.org/media/js/init.js
https://developer.mozilla.org/media/js/gsearch.js
https://developer.mozilla.org/media/js/main.js
The Sphinx MDN theme is using the old version of MDN's layout. I suspect these old files have been removed from the deployed site.
I would prefer if this were resolved by updating the Sphinx MDN theme to use the new MDN layout. Not sure if there is a bug on that anywhere. But I'd settle for restoring the files on the server or updating the existing Sphinx theme to include copies of relevant files. Actually, I'd prefer having the theme have local copies of files so docs can be generated and used offline. I was once writing docs on a plane and was frustrated the output didn't render without internet connectivity!
| Reporter | ||
Comment 1•11 years ago
|
||
Anyone care to comment on this?
Updated•11 years ago
|
Severity: normal → major
| Reporter | ||
Comment 2•11 years ago
|
||
The MDN theme is currently busted. This patch reverts to the default
Sphinx theme so we have docs that are more usable.
Attachment #8440969 -
Flags: review?(nalexander)
Comment 3•11 years ago
|
||
Comment on attachment 8440969 [details] [diff] [review]
Disable MDN theme until it works
Review of attachment 8440969 [details] [diff] [review]:
-----------------------------------------------------------------
Rubber stamp.
Attachment #8440969 -
Flags: review?(nalexander) → review+
| Reporter | ||
Comment 4•11 years ago
|
||
Whiteboard: [leave open]
Comment 5•11 years ago
|
||
Comment 6•10 years ago
|
||
I think we've recently updated the Sphinx theme package, :groovecoder, can you verify?
Flags: needinfo?(lcrouch)
Comment 7•10 years ago
|
||
Yes, I updated it a month ago.
https://pypi.python.org/pypi/mdn-sphinx-theme/2015.1
Flags: needinfo?(lcrouch)
Comment 8•8 years ago
|
||
The current theme (version 2016.0) has no 404 links. However, we're abandoning the project (bug 1361729), and the assets are not included in the theme, so they may become 404s again in the future.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•