We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f022ac commit e78a85aCopy full SHA for e78a85a
libraries/mixins.py
@@ -42,7 +42,7 @@ def get_context_data(self, **kwargs):
42
current_version_kwargs.update(
43
{
44
"content_path": re.sub(
45
- r"([_0-9]+)/(\S+)",
+ r"([_0-9]+|master|develop)/(\S+)",
46
rf"{LATEST_RELEASE_URL_PATH_STR}/\2",
47
current_version_kwargs.get("content_path"),
48
)
0 commit comments