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

Blog: update post to mention theme 3.0.0 #330

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/posts/addons-by-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ for example.

Depending on your project's configuration, the documentation tool and the theme you are using, you will notice these differences.
We released a new version of our theme to keep the flyout menu at the bottom left integrated with the navbar
that you can install it as `sphinx-rtd-theme==2.1.0rc2` and define [`flyout_display`](https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html#confval-flyout_display) as `attached`.
that you can install it as `sphinx-rtd-theme==3.0.0` and define [`flyout_display`](https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html#confval-flyout_display) as `attached`.
We are also talking to other theme authors to communicate these changes and work with them towards a better integration.
Expect news around this visual changes in the following months.

Expand Down
Loading