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 13dc572 commit 1fcfd8dCopy full SHA for 1fcfd8d
build/sphinx/mongoc_common.py
@@ -81,7 +81,7 @@ def add_ga_javascript(app: Sphinx, pagename: str, templatename: str, context: Di
81
if not app.env.config.analytics:
82
return
83
84
- # Add google analytics and NPS survey.
+ # Add google analytics.
85
context["metatags"] = (
86
context.get("metatags", "")
87
+ """
0 commit comments