Skip to content

Commit

Permalink
fix: version switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Apr 26, 2024
1 parent 1791bda commit ef121e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
("PyAnsys", "https://docs.pyansys.com/"),
],
"switcher": {
"json_url": f"https://{cname}/release/versions.json",
"json_url": f"https://{cname}/versions.json",
"version_match": get_version_match(__version__),
},
"check_switcher": False,
Expand Down

0 comments on commit ef121e7

Please sign in to comment.