-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
readthedocs flyout not visible on https://www.sphinx-doc.org/ #11586
Comments
BTW, the search functionality also doesn't seem to work: https://www.sphinx-doc.org/en/master/search.html?q=search |
Hmm. Maybe the project could be configured to add older versions which might aid debugging issues like these. |
I took a look at this and found that the Does something changed in the way that these js files are injected? Note this is not a file on disk, but a URL: https://assets.readthedocs.org/static/javascript/readthedocs-doc-embed.js It uses |
We changed the way Javascript and CSS files are represented internally. Before there was the By the way, the |
This is the test that I'm doing:
diff --git a/doc/conf.py b/doc/conf.py
index 85607681c..9e0c3dcc0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -184,6 +184,8 @@ nitpick_ignore = {
}
+extensions.insert(0, "readthedocs_ext.readthedocs")
+
# -- Extension interface -------------------------------------------------------
from sphinx import addnodes # noqa: E402
The file is not there for some reason. |
Are you able to bisect the culprit commit? |
I understand this should not be a problem since we are using the |
Can you open an issue on https://github.com/readthedocs/sphinx_rtd_theme about this? |
v7.1.2 does not have this problem. I started the bisect between 7.1.2 and 7.2.0 I think I found the commit that breaks this integration: fa17437
|
After some investigation, it appears that the Prior to the culprit commit,
@AA-Turner This is quite serious issue I think. I think that the previous behaviour is fine and it should be fine that In addition, I saw that |
Fixed in Sphinx 7.2.1 |
Describe the bug
IIRC, the site https://www.sphinx-doc.org/ previously had the readthedocs flyout menu in the bottom right of the page, which seems to be gone now.
I think there have been some changes regarding this on RTD recently, and it may be broken from their side.
I just wanted to report this, but maybe it will be fixed on its own soon?
How to Reproduce
Go to https://www.sphinx-doc.org/
Environment Information
Sphinx extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: