diff --git a/docs/source-app/conf.py b/docs/source-app/conf.py index de2c737bf4..62bd18a900 100644 --- a/docs/source-app/conf.py +++ b/docs/source-app/conf.py @@ -158,6 +158,7 @@ html_theme_path = [pt_lightning_sphinx_theme.get_html_theme_path()] html_theme_options = { "pytorch_project": lightning_app.__homepage__, + "analytics_id": "G-D3Q2ESCTZR", "canonical_url": lightning_app.__homepage__, "collapse_navigation": False, "display_version": True, diff --git a/requirements/app/docs.txt b/requirements/app/docs.txt index c189d6034a..a255ce32cb 100644 --- a/requirements/app/docs.txt +++ b/requirements/app/docs.txt @@ -5,4 +5,4 @@ ipython_genutils pytorch-lightning sphinx-autobuild -https://storage.googleapis.com/grid-packages/lightning-ai-sphinx-theme/build-31.3.zip +https://storage.googleapis.com/grid-packages/lightning-ai-sphinx-theme/build-32.zip