Skip to content

Commit

Permalink
Move google_analytics_id to analytics in pydata-sphinx-theme (#3634)
Browse files Browse the repository at this point in the history
* Move google_analytics_id to analytics

* Update conf.py

* Update conf.py

* Apply suggestions from code review

Co-authored-by: Alex Kaszynski <akascap@gmail.com>

Co-authored-by: Alex Kaszynski <akascap@gmail.com>
  • Loading branch information
tkoyama010 and akaszynski committed Nov 23, 2022
1 parent 728a71f commit 3616866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def _str_examples(self):
# documentation.
#
html_theme_options = {
"google_analytics_id": "UA-140243896-1",
"analytics": {"google_analytics_id": "UA-140243896-1"},
"show_prev_next": False,
"github_url": "https://github.com/pyvista/pyvista",
"collapse_navigation": True,
Expand Down
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ numpydoc==1.5.0
osmnx==1.2.2
panel==0.14.1
param==1.12.2 # due to panel bug
pydata-sphinx-theme==0.11.0
pydata-sphinx-theme==0.12.0
pypandoc==1.10
pytest-sphinx==0.5.0
pythreejs==2.4.1
Expand Down

0 comments on commit 3616866

Please sign in to comment.