diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..4f7c31d6 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +python-sdk.meilisearch.com/ diff --git a/docs/conf.py b/docs/conf.py index 1cfed174..22644da0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,3 +57,10 @@ # This value contains a list of modules to be mocked up. autodoc_mock_imports = ["camel_converter"] + +html_title = 'Meilisearch Python | Documentation' + +# Add Fathom analytics script +html_js_files = [ + ("https://cdn.usefathom.com/script.js", { "data-site": "QNBPJXIV", "defer": "defer" }) +]