Metadata-Version: 2.1
Name: sphinxcontrib-gtagjs
Version: 0.1.1
Summary: Sphinx extension to render global site tag of Google.
Home-page: https://github.com/attakei/sphinxcontrib-gtagjs
Author: attakei
Author-email: attakei@gmail.com
License: UNKNOWN
Description: sphinxcontrib-gtagjs
        ====================
        
        Sphinx extension to render global site tag of Google.
        
        Installation
        ------------
        
        Install from PyPI
        
        .. code-block:: bash
        
            pip install sphinxcontrib-gtagjs
        
        Configuration
        -------------
        
        1 - Add this extension into ``conf.py`` .
        
        .. code-block:: python
        
            extensions = [
                'sphinxcontrib.gtagjs',
            ]
        
        2 - Set your IDs for gtag.js
        
        .. code-block:: python
        
            gtagjs_ids = [
                'UA-1234-1234',
            ]
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Documentation :: Sphinx
Provides-Extra: linting
Provides-Extra: packaging
