Skip to content

Commit

Permalink
Adding Google analytics (#335)
Browse files Browse the repository at this point in the history
* Updating CI to install deep learning

* Revert "Updating CI to install deep learning"

This reverts commit f722e07.

* Adding Google Analytics id

---------

Co-authored-by: Sylvain Chevallier <sylvain.chevallier@universite-paris-saclay.fr>
  • Loading branch information
bruAristimunha and sylvchev committed Mar 3, 2023
1 parent f48b6c9 commit 0d847d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Expand Up @@ -278,6 +278,8 @@ def linkcode_resolve(domain, info): # noqa: C901
# Choose Bootstrap version.
# Values: "3" (default) or "2" (in quotes)
"bootstrap_version": "3",
# Insert analytics script in the documentation pages.
"analytics": dict(google_analytics_id="G-5WJBKDMSTE"),
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down

0 comments on commit 0d847d4

Please sign in to comment.