From 67fe93c50e17eca9c16ef04d7d0b7db7af0b6768 Mon Sep 17 00:00:00 2001 From: RobertSchaffer1 <87657015+RobertSchaffer1@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:46:58 -0400 Subject: [PATCH] Fixes broken link on docs page (#253) * Fixes broken link on docs page * STY: fix ruff/pre-commit errors ``` lint with ruff...........................................................Failed - hook id: ruff - exit code: 1 docs/conf.py:155:17: F541 [*] f-string without any placeholders Found 1 error. [*] 1 fixable with the `--fix` option. ``` --------- Co-authored-by: Max Rakitin --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 856fd9482c..527327630d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -152,7 +152,7 @@ html_theme = "pydata_sphinx_theme" github_repo = "ophyd-async" github_user = "bluesky" -switcher_json = f"https://{github_user}.github.io/{github_repo}/switcher.json" +switcher_json = "https://blueskyproject.io/ophyd-async/switcher.json" switcher_exists = requests.get(switcher_json).ok if not switcher_exists: print(