Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sudden theme change #10692

Closed
gwilku opened this issue Aug 30, 2023 · 4 comments
Closed

Sudden theme change #10692

gwilku opened this issue Aug 30, 2023 · 4 comments

Comments

@gwilku
Copy link

gwilku commented Aug 30, 2023

Details

Expected Result

Should look like https://docs.readthedocs.io/en/stable/

Actual Result

Looks like crap

@gwilku
Copy link
Author

gwilku commented Aug 30, 2023

Nevermind, turns out rtd just changed what the "default" theme is. Fixed it by using the direct theme name.

@gwilku gwilku closed this as completed Aug 30, 2023
@kjosib
Copy link

kjosib commented Sep 9, 2023

Bitten by the same change. Solution is this edit to the conf.py file:

extensions = [ "sphinx_rtd_theme", ]
html_theme = "sphinx_rtd_theme"

This means local builds will require pip install sphinx_rtd_theme but such is life.

@faph
Copy link

faph commented Sep 12, 2023

The documentation should be updated: https://docs.readthedocs.io/en/stable/faq.html#i-want-to-use-the-blue-default-sphinx-theme

@humitos
Copy link
Member

humitos commented Sep 13, 2023

Thanks @faph! I opened a PR to update this page completely.

trynthink added a commit to trynthink/scout that referenced this issue Sep 16, 2023
RTD changed the default theme to Alabaster. Change back to the Read the Docs theme. readthedocs/readthedocs.org#10692
trynthink added a commit to trynthink/scout that referenced this issue Sep 18, 2023
RTD changed the default theme to Alabaster. Change back to the Read the Docs theme. readthedocs/readthedocs.org#10692
trynthink added a commit to trynthink/scout that referenced this issue Sep 18, 2023
All Read the Docs (RTD) projects must have a configuration file v2 beginning September 25, 2023, or their documentation will no longer build on RTD servers. https://blog.readthedocs.com/migrate-configuration-v2/

RTD changed the default theme to Alabaster. Change back to the RTD theme. readthedocs/readthedocs.org#10692
trynthink added a commit to trynthink/scout that referenced this issue Sep 23, 2023
All Read the Docs (RTD) projects must have a configuration file v2 beginning September 25, 2023, or their documentation will no longer build on RTD servers. https://blog.readthedocs.com/migrate-configuration-v2/

RTD changed the default theme to Alabaster. Change back to the RTD theme. readthedocs/readthedocs.org#10692
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants