Skip to content

Commit

Permalink
🔧 fix ga4 Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Feb 3, 2025
1 parent b8ae98d commit ea71bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sphinx.ext.autodoc",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinxcontrib.gtagjs",
"sphinxcontrib.googleanalytics",
"sphinx_copybutton",
"sphinx_mdinclude",
]
Expand Down Expand Up @@ -138,9 +138,7 @@
},
}

gtagjs_ids = [
'G-F8C2DJ1CJN',
]
googleanalytics_id = "G-F8C2DJ1CJN"

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ wassima>=1,<2
kiss_headers>=2,<4
furo>=2023.9.10
sphinx-mdinclude==0.6.2
sphinxcontrib-gtagjs==0.2.1
sphinxcontrib-googleanalytics==0.4

0 comments on commit ea71bbd

Please sign in to comment.