Commit 5aa4bbc
committed
Update adding of google analytics key for docs
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.1 parent dbe0ee6 commit 5aa4bbc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments