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
Copy file name to clipboardExpand all lines: docs/user_guide/readthedocs.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
This theme comes with support for {{ rtd }}, a popular service for hosting documentation in the scientific Python community.
4
4
5
+
## Version switcher
6
+
7
+
Projects hosted on {{ rtd }} can use the {{ rtd }} supplied version switcher instead of the [version switcher that this theme provides](version-dropdown.rst).
8
+
Its presence will be automatically detected by this theme, and placed in the `rtd-footer-container` node inside the primary sidebar.
9
+
10
+
```{warning}
11
+
The {{ rtd }} version switcher will be hidden any time the primary sidebar is hidden (see [this section](layout-sidebar-primary) for discussion of when the primary sidebar might get hidden automatically and how to hide it purposely).
12
+
We intend to make {{ rtd }} switcher placement more flexible; you can track progress toward that in [this issue](https://github.com/pydata/pydata-sphinx-theme/issues/705).
13
+
```
14
+
5
15
## Add ethical advertisements to your sidebar
6
16
7
17
If you're hosting your documentation on ReadTheDocs, you should consider
0 commit comments