You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working on a new addons flyout (https://github.com/readthedocs/addons) that emulates the old flyout shown at the bottom right for all the themes that are not Read the Docs Sphinx theme:
However, for our own theme, we are nicely integrating it on the bottom left together with the navbar:
So, we would use the integration points from the new addons to write <readthedocs-flyout></readthedocs-flyout> in the navbar of this theme (or using the JSON response) and display it integrated in the same way it currently is the old one.
Initial experimentation to use the `CustomEvent` triggered by the addons called
`readthedocsdataready` event (from
readthedocs/addons#64) to build the Read the Docs
flyout being integrated into the theme keeping the original look & feel.
* Related: readthedocs/addons#64
* Closes#1523
We have been testing this in our own documentation for months now and it has been working fine. I haven't had any negative feedback about it, so I think we should be ready to move forward with discussing what are the next steps here.
We are working on a new addons flyout (https://github.com/readthedocs/addons) that emulates the old flyout shown at the bottom right for all the themes that are not Read the Docs Sphinx theme:
However, for our own theme, we are nicely integrating it on the bottom left together with the navbar:
So, we would use the integration points from the new addons to write
<readthedocs-flyout></readthedocs-flyout>
in the navbar of this theme (or using the JSON response) and display it integrated in the same way it currently is the old one.CustomEvent
on config load addons#60The text was updated successfully, but these errors were encountered: