Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0a4afcda authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Check without url

parent 917cfdba
1 merge request!151Docs updates, version banner, and todo lists
...@@ -164,7 +164,6 @@ with open("PAGES") as f: ...@@ -164,7 +164,6 @@ with open("PAGES") as f:
gitlab_repo = repo gitlab_repo = repo
gitlab_project = "/".join((gitlab_url, gitlab_user, gitlab_repo)) gitlab_project = "/".join((gitlab_url, gitlab_user, gitlab_repo))
docs_url = "/".join((url, slug)) docs_url = "/".join((url, slug))
json_url = "/".join((docs_url, json_url))
if "docs.beagleboard.org" in docs_url: if "docs.beagleboard.org" in docs_url:
version_match = "stable" version_match = "stable"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment