-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Version 3.0.0rc1
no longer includes version selector
#1598
Comments
Thanks for reporting this issue. This is the expected behavior and that's why the change was included in a major version. I could have been more explicit about this particular change in my comments to avoid confusions, tho 😄 This change is strictly related with "Read the Docs Addons being enabled by default on October 7th" as we announced a few weeks ago. To keep rendering the flyout, you first have to enable Read the Docs Addons on your project by following these steps. Once you have addons enabled, there are two different options to render the flyout:
I'd really appreciate your feedback about this. We are in the middle of a transition and I'm aware that all of this could be consfusing, but we are trying our best to clarify things as much as possible before reaching the date when addons will be enabled by default. I hope all of this makes sense. Let me know. Footnotes
|
3.0.0rc1
no longer includes version selector
I think it'd be helpful to have this context somewhere in the sphinx-rtd-theme changelog or similar. I looked at the diff between the releases and added the Thanks for your detailed answer. |
I should also note: with this resolved, 3.0.0rc1 seems great and I'm looking forward to a release. |
Is there anything required for the rc1 to become a final release? |
@humitos Can we please have the 3.0 release out? There are important issues already fixed in it (like docutils update). |
Hi! We are waiting until October 7th to release the 3.0.0 final since it adds a breaking change that requires Read the Docs Addons enabled by default. In the meanwhile, we will use September as a period to receive feedback and fix any issue we may find. |
@humitos Hello, I used the second method to use Sphinx Theme's flyout. However, the version selector has become unclickable. I'm not sure if this is an issue with
Here is my documentation link: https://docs.sunfounder.com/projects/umsk/en/latest/ |
@eMUQI it seems that you are not installing the theme as a Sphinx extension which is required to load jQuery. Take a look at https://sphinx-rtd-theme.readthedocs.io/en/latest/installing.html |
@humitos Thanks, it works now! |
We released We will keep working on this approach in the future since we consider it as a better way to integrate the version/language selectors than re-implementing the flyout completely. You can see a live example at https://sphinx-rtd-theme.readthedocs.io/en/latest/ Another example with multiple versions and translations: https://test-builds.readthedocs.io/en/latest/ |
Problem
When testing with 3.0.0rc1, the version selector is no longer present.
Reproducible Project
pyca/cryptography#11460 (https://cryptography--11460.org.readthedocs.build/en/11460/)
Expected Results
There is a version selector.
Environment Info
The text was updated successfully, but these errors were encountered: