Installing sphinxcontrib.datatemplates

Install sphinxcontrib.datatemplates into the Python environment where Sphinx is installed.

$ pip install sphinxcontrib.datatemplates

Then modify the conf.py for the Sphinx project to add the package to the list of active extensions.

extensions = [
    'sphinxcontrib.datatemplates',
]