File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 86
86
html_theme = "sphinx_rtd_theme"
87
87
html_logo = "icon-sparsezoo.png"
88
88
89
+ html_theme_options = {
90
+ 'analytics_id' : 'UA-128364174-1' , # Provided by Google in your dashboard
91
+ 'analytics_anonymize_ip' : False ,
92
+ }
93
+
89
94
# Add any paths that contain custom static files (such as style sheets) here,
90
95
# relative to this directory. They are copied after the builtin static files,
91
96
# so a file named "default.css" will overwrite the builtin "default.css".
Original file line number Diff line number Diff line change @@ -113,6 +113,5 @@ Additionally, more information can be found via
113
113
:maxdepth: 2
114
114
:caption: Help and Support
115
115
116
- `Bugs, Feature Requests <https://github.com/neuralmagic/sparsezoo/discussions>`_
117
- `Support, General Q&A <https://github.com/neuralmagic/sparsezoo/issues>`_
118
-
116
+ Bugs, Feature Requests <https://github.com/neuralmagic/sparsezoo/issues >
117
+ Support, General Q&A <https://github.com/neuralmagic/sparsezoo/discussions >
You can’t perform that action at this time.
0 commit comments