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
while fixing issue #17870 , I opened the PR #17933 , after the merge of that PR, I noticed the following behavior:
When we view the latest branch, the "Edit" button is visible. This happens because Sphinx uses the GitHub repository link combined with the branch name to allow editing the specific source file of the documentation.
However, when we switch to the stable branch, the "Edit" button disappears. This is expected behavior with Sphinx since the stable docs are released using tags, and tagged releases aren't associated with branches that can be directly edited.
IMO, we need to further discuss whether this is the behavior we want or if we need to consider changing how we deploy our docs.
The text was updated successfully, but these errors were encountered:
Documentation
while fixing issue #17870 , I opened the PR #17933 , after the merge of that PR, I noticed the following behavior:
When we view the latest branch, the "Edit" button is visible. This happens because Sphinx uses the GitHub repository link combined with the branch name to allow editing the specific source file of the documentation.
However, when we switch to the stable branch, the "Edit" button disappears. This is expected behavior with Sphinx since the stable docs are released using tags, and tagged releases aren't associated with branches that can be directly edited.
IMO, we need to further discuss whether this is the behavior we want or if we need to consider changing how we deploy our docs.
The text was updated successfully, but these errors were encountered: