-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Recently we bumped up to newer version of sphinx-rtd-theme
(from 1.0.0
to 3.0.2
) - 2a6b81e
Apparently, with sphinx-rtd-theme
> 3.x.y there's a known issue of version not being displayed on self hosted docs - readthedocs/sphinx_rtd_theme#1624
The version number has been replaced with the version selector, however, the version selector only works for sites hosted on readthedocs, effectively removing this information for self-hosted docs sites.
Hence, we don't see version number anymore of top left,
Hence, switch to having a custom template for displaying version of top left nav. instead of relying on sphinx-rtd-theme
& waiting for them to close the issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working