File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ sphinx>=5.3,<7.2
1010sphinx-copybutton
1111sphinx-design
1212sphinx_rtd_theme >= 1.1.1
13+ sphinxcontrib-googleanalytics
1314sphinxcontrib-svg2pdfconverter
1415sphinxcontrib.programoutput
Original file line number Diff line number Diff line change 4141 'breathe' ,
4242 'sphinx_copybutton' ,
4343 'sphinx_design' ,
44+ 'sphinxcontrib.googleanalytics' ,
4445 'sphinxcontrib.programoutput' ,
4546 'sphinxcontrib.rsvgconverter' ,
4647 'matplotlib.sphinxext.plot_directive' ]
4748
4849if not on_rtd :
4950 extensions .append ('sphinx.ext.githubpages' )
5051
52+ # Google Analytics
53+ googleanalytics_id = "G-3P1ZT3SQQ5"
54+ googleanalytics_enabled = True
55+
5156# breathe config
5257breathe_projects = {'openPMD-api' : '../xml' }
5358breathe_default_project = 'openPMD-api'
You can’t perform that action at this time.
0 commit comments