Readthedocs.org: Page appearing without any template

Created on 2 Mar 2018  路  12Comments  路  Source: readthedocs/readthedocs.org

Details

Expected Result

The normal RTD template and style should be applied to the page.

Actual Result

The content is up to date, but the style has not been applied.

I can't see anything unusual about the markup on this page, and a local build doesn't reveal any problems; but the "no template" rendering has persisted over several builds.

Bug

All 12 comments

Temporary workaround will be to add

def setup(app):
   app.add_stylesheet("https://media.readthedocs.org/css/sphinx_rtd_theme.css")

in conf.py.

@PoslavskySV thanks for sharing the workaround

@freakboy3742 I'll try to investigate the issue later, keep rocking with the beeware project!

This seems like a bug from the rtd-sphinx-extension project (https://github.com/rtfd/readthedocs-sphinx-ext), that's why is only visible inside rtd, and it only affects the first page of the docs (alphabetically ordered). I'll try to investigate why it doesn't affect all projects, I think is something with the conf.py.

So, this problem is because of the sphinx_tabs.tabs extension, which somehow collides with the rtd extension. If the rtd extension is put before the tabs extension on the list of extensions the problem is solved. I'll send a PR right now, but I'm not sure if this has some other implications, hope not.

@stsewd thank you very much for the feedback!

Another data point; The original problem page now works, but a new page is showing the same problem. This is after the #4054 fix has been applied.

@freakboy3742 the PR that fix this problem hasn't been applied yet. This _bug_ only affects the first page (alphabetical ordered), that's why the new page now doesn't contain the styles.

@stsewd Ah - thanks for clarifying!

The fix was merged, you only need to wait for this to be deployed and then rebuilding your docs.

@stsewd Is it deployed ? Or is the problem still alive ?
Thanks for the help.

@DEKHTIARJonathan the bug is fixed and the patch deployed.

Thanks for the help and quick reply

Was this page helpful?
0 / 5 - 0 ratings