-
Notifications
You must be signed in to change notification settings - Fork 80
Description
In #354, I believe @OriolAbril enabled both "latest" and "stable" versions of the readthedocs. At the moment, the default routes to the latest version, as in if you go to https://causalpy.readthedocs.io/ then you actually end up at https://causalpy.readthedocs.io/en/latest/
.
Firstly, I'm assuming that "stable" corresponds to the latest GitHub release, not what is on main
, and that "latest" corresponds to what is on main
? Is that right?
I'm wondering if it makes sense to automatically route through to "stable" docs. That way, if we merge a PR that provides new documentation about a feature which is not fully available in the latest release, then people won't get confused.
Thoughts welcome. Would this just be a matter of changing a setting in readthedocs web ui?