File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 19
19
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
20
20
# ones.
21
21
# extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.ifconfig"]
22
- extensions = ['sphinx_copybutton' ,'notfound.extension' ]
22
+ extensions = ['sphinx_copybutton' ,'notfound.extension' , 'sphinxcontrib.googleanalytics' ]
23
23
# rst2pdf is not available on OpenBSD.
24
24
if hasattr (os , "uname" ) and os .uname ()[0 ] != "OpenBSD" :
25
25
extensions .append ("rst2pdf.pdfbuilder" )
30
30
# The suffix of source filenames.
31
31
source_suffix = ".rst"
32
32
33
+ # from: pip install sphinxcontrib-googleanalytics
34
+ googleanalytics_id = "G-JZTN4VTL9M"
35
+
33
36
# The encoding of source files.
34
37
# source_encoding = 'utf-8-sig'
35
38
Original file line number Diff line number Diff line change 6
6
readthedocs-sphinx-search == 0.3.2
7
7
sphinx_copybutton
8
8
sphinx-notfound-page
9
+ sphinxcontrib-googleanalytics
You can’t perform that action at this time.
0 commit comments