You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pydata-sphinx-theme actually deprecated the top level config key
"google_analytics_id" a few releases ago, though with a standard
DeprecationWarning (which is silenced by default) so we did not catch
it.
The deprecation was expired for 0.12.0, which resulted in a warning (and
thus CircleCI reporting failure).
For more info see [the pydata-sphinx-theme docs](https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/analytics.html).
Essentially, it is simply adding a layer of nesting for the analytics
tokens.
0 commit comments