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:
parent
c53a798a36
commit
330d36dd0d
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue