We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb435e commit a00bf2bCopy full SHA for a00bf2b
1 file changed
build_docs.py
@@ -381,10 +381,8 @@ def setup_switchers(
381
switchers_path = html_root / "_static" / "switchers.js"
382
switchers_path.write_text(
383
template.safe_substitute(
384
- {
385
- "LANGUAGES": json.dumps(languages_map),
386
- "VERSIONS": json.dumps(versions_map),
387
- }
+ LANGUAGES=json.dumps(languages_map),
+ VERSIONS=json.dumps(versions_map),
388
),
389
encoding="UTF-8",
390
)
0 commit comments