sphinxcontrib-gtagjs

Sphinx extension to render global site tag of Google.


License
MIT
Install
pip install sphinxcontrib-gtagjs==0.2.1

Documentation

sphinxcontrib-gtagjs

Sphinx extension to render global site tag of Google.

Installation

Install from PyPI

pip install sphinxcontrib-gtagjs

Configuration

1 - Add this extension into conf.py .

extensions = [
    'sphinxcontrib.gtagjs',
]

2 - Set your IDs for gtag.js

gtagjs_ids = [
    'UA-1234-1234',
]