Skip to content

Commit

Permalink
google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
carj committed Dec 2, 2024
1 parent 350f4e7 commit 4ae4ea2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@
'sphinx.ext.viewcode',
'sphinx_rtd_theme',
'sphinx.ext.todo',
'sphinx.ext.autosectionlabel'
'sphinx.ext.autosectionlabel',
'sphinxcontrib.googleanalytics'
]

html_theme = "sphinx_rtd_theme"

html_extra_path = ["googled4940437d6a0a50d.html"]

html_theme_options = {
'analytics_id': 'G-FWD081Y5Z6'}


default_dark_mode = False

version = __version__
Expand All @@ -33,3 +38,5 @@

project = u"pyPreservica"
author = u"James Carr"

googleanalytics_id = 'G-FWD081Y5Z6'
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ pyPreservica
azure-storage-blob
tqdm
urllib3
sphinx_rtd_theme
sphinx_rtd_theme
sphinxcontrib-googleanalytics

0 comments on commit 4ae4ea2

Please sign in to comment.