Fix Google Tag Manager for the Lightning App docs (#14731)

- updates the Lightning App docs theme to the one without Pytorch Lightning docs Google Tag Manager hardcoded
- sets the GTM id in the conf.py for Lightning App docs
This commit is contained in:
Yurij Mikhalevich 2022-09-15 21:35:16 +03:00 committed by lexierule
parent c53a798a36
commit 330d36dd0d
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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