Skip to content

Commit

Permalink
[Docs] Fix GA (#4071)
Browse files Browse the repository at this point in the history
* fix ga

* ordering

* quotes
  • Loading branch information
romilbhardwaj authored Oct 11, 2024
1 parent f63850b commit fdd68b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ sphinx-book-theme==1.1.0
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-googleanalytics==0.4
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
Expand Down
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
# -- General configuration

extensions = [
'sphinxemoji.sphinxemoji',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.duration',
Expand All @@ -38,6 +37,8 @@
'sphinx_autodoc_typehints',
'sphinx_click',
'sphinx_copybutton',
'sphinxcontrib.googleanalytics',
'sphinxemoji.sphinxemoji',
'sphinx_design',
'myst_parser',
]
Expand Down Expand Up @@ -162,6 +163,8 @@ def render_svg_logo(path):
exclude_patterns = ['_gallery_original']
myst_heading_anchors = 3

googleanalytics_id = 'G-92WF3MDCJV'


def setup(app):
app.connect('builder-inited',
Expand Down

0 comments on commit fdd68b2

Please sign in to comment.