Skip to content

Commit 1452624

Browse files
author
Strift
committed
Inject Fathom script
1 parent 8de12de commit 1452624

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: docs/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,10 @@
5757

5858
# This value contains a list of modules to be mocked up.
5959
autodoc_mock_imports = ["camel_converter"]
60+
61+
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" })
66+
]

0 commit comments

Comments
 (0)