Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ myst_parser
sphinx_rtd_theme
sphinx-tabs
sphinx-copybutton
sphinxcontrib-jquery
sphinxcontrib-jquery
sphinxcontrib-googleanalytics
6 changes: 5 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
extensions = ['myst_parser',
'sphinx_tabs.tabs',
'sphinx_copybutton',
"sphinxcontrib.jquery"]
"sphinxcontrib.jquery",
'sphinxcontrib.googleanalytics']

templates_path = ['_templates']
exclude_patterns = []
Expand All @@ -36,5 +37,8 @@
# Tabs options
sphinx_tabs_disable_tab_closing = True

googleanalytics_id = "G-5TVGLW8S8T"
googleanalytics_enabled = True

def setup(app):
app.add_css_file("css/custom.css")