Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muhd-umer committed Aug 12, 2023
1 parent 083ee4b commit b5a4850
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@
"simcomm.css",
]

json_url = "https://raw.githubusercontent.com/muhd-umer/simcomm/main/docs/source/_static/switcher.json"
# json_url = "https://raw.githubusercontent.com/muhd-umer/simcomm/main/docs/source/_static/switcher.json"

if "dev" in release or "rc" in release:
version_match = "dev"
json_url = "_static/switcher.json"
else:
version_match = "v" + release
# if "dev" in release or "rc" in release:
# version_match = "dev"
# json_url = "_static/switcher.json"
# else:
# version_match = "v" + release

version_match = "v" + release

html_theme_options = {
"icon_links": [
Expand Down

0 comments on commit b5a4850

Please sign in to comment.