Add setting to disable analytics

This commit is contained in:
Erik Kalkoken
2022-01-27 05:14:11 +00:00
committed by Ariel Rin
parent d8c6035405
commit ba39318313
6 changed files with 136 additions and 11 deletions

View File

@@ -42,6 +42,7 @@ from recommonmark.transform import AutoStructify
extensions = [
'sphinx_rtd_theme',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'recommonmark',
]