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 a54e3c2 commit 814f5a9Copy full SHA for 814f5a9
docs/conf.py
@@ -58,9 +58,9 @@
58
# This value contains a list of modules to be mocked up.
59
autodoc_mock_imports = ["camel_converter"]
60
61
-html_title = 'Meilisearch Python | Documentation'
+html_title = "Meilisearch Python | Documentation"
62
63
# Add Fathom analytics script
64
html_js_files = [
65
- ("https://cdn.usefathom.com/script.js", { "data-site": "QNBPJXIV", "defer": "defer" })
+ ("https://cdn.usefathom.com/script.js", {"data-site": "QNBPJXIV", "defer": "defer"})
66
]
0 commit comments