File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1919# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2020# ones.
2121# extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.ifconfig"]
22- extensions = ['sphinx_copybutton' ,'notfound.extension' ]
22+ extensions = ['sphinx_copybutton' ,'notfound.extension' , 'sphinxcontrib.googleanalytics' ]
2323# rst2pdf is not available on OpenBSD.
2424if hasattr (os , "uname" ) and os .uname ()[0 ] != "OpenBSD" :
2525 extensions .append ("rst2pdf.pdfbuilder" )
3030# The suffix of source filenames.
3131source_suffix = ".rst"
3232
33+ # from: pip install sphinxcontrib-googleanalytics
34+ googleanalytics_id = "G-CNPM7TB3DC"
35+
3336# The encoding of source files.
3437# source_encoding = 'utf-8-sig'
3538
Original file line number Diff line number Diff line change 66readthedocs-sphinx-search == 0.3.2
77sphinx_copybutton
88sphinx-notfound-page
9+ sphinxcontrib-googleanalytics
You can’t perform that action at this time.
0 commit comments