Sphinx extension to render global site tag of Google.
Project Links
Meta
Author: attakei
Classifiers
Development Status
- 3 - Alpha
Framework
- Sphinx
- Sphinx :: Extension
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Programming Language
- Python :: 3.6
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
Topic
- Documentation :: Sphinx
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',
]
Files in release
No dependencies