We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800e41b commit 84a7736Copy full SHA for 84a7736
1 file changed
template/{% if docs_type=="sphinx" %}docs{% endif %}/conf.py.jinja
@@ -128,7 +128,7 @@ copybutton_prompt_is_regexp = True
128
html_theme = "pydata_sphinx_theme"
129
github_repo = "{{ repo_name }}"
130
github_user = "{{ github_org }}"
131
-switcher_json = f"https://{github_user}.github.io/{github_repo}/switcher.json"
+switcher_json = "https://{{ github_org }}.github.io/{{ repo_name }}/switcher.json"
132
switcher_exists = requests.get(switcher_json).ok
133
if not switcher_exists:
134
print(
0 commit comments