Skip to content

Commit

Permalink
Enable GA
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 13, 2024
1 parent 66d6388 commit b28751e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
'sphinx.ext.inheritance_diagram',
'sphinx.ext.napoleon',
# 'sphinxcontrib.fulltoc',
'sphinxcontrib.googleanalytics',
'sphinxcontrib.mermaid',
]

Expand Down Expand Up @@ -92,6 +93,9 @@
# The encoding of source files.
#source_encoding = 'utf-8-sig'

googleanalytics_id = 'G-NESEWWF02Y'
# googleanalytics_enabled = False

# MyST Markdown Support
myst_enable_extensions = [
"dollarmath",
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
furo
myst-parser[linkify]
sphinxcontrib-googleanalytics
sphinxcontrib-mermaid
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ deps =
sphinx
sphinx_rtd_theme
myst-parser[linkify]
sphinxcontrib-googleanalytics
sphinxcontrib-mermaid
commands =
# http://www.sphinx-doc.org/en/master/man/sphinx-build.html
Expand Down

0 comments on commit b28751e

Please sign in to comment.