Closed zacharyDez closed 1 month ago
Add display configuration for the version warning.
Spin up the docs locally and verify that the warning message is no longer appearing.
Relates to #442, but does not entirely close it as versioning is still an issue.
I found https://github.com/readthedocs/readthedocs.org/issues/11474 on addons. There seems to be no clear option for disabling addons at the time. We can change the configuration used for themes, but that does not allow us to disable the warning.
It's configurable in the Admin Panel
But that's a temp fix, what I had in mine was cleaning up the tags so that RTD knows which branch is the "stable" which is what we currently call develop/latest
What I Changed
Add display configuration for the version warning.
How to Test It
Spin up the docs locally and verify that the warning message is no longer appearing.
Other Notes
Relates to #442, but does not entirely close it as versioning is still an issue.
I found https://github.com/readthedocs/readthedocs.org/issues/11474 on addons. There seems to be no clear option for disabling addons at the time. We can change the configuration used for themes, but that does not allow us to disable the warning.