{"library":"sphinxcontrib-datatemplates","title":"sphinxcontrib-datatemplates","type":"library","description":"A Sphinx extension that renders data files (YAML, JSON, CSV, etc.) as nicely formatted HTML tables or custom templates. Current version 0.11.0, requires Python >=3.8, released periodically.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sphinxcontrib-datatemplates"],"cli":null},"imports":["from sphinxcontrib.datatemplates import setup"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"https://sphinxcontribdatatemplates.readthedocs.io/en/latest/","github":"http://github.com/sphinx-contrib/datatemplates","docs":null,"changelog":null,"pypi":"https://pypi.org/project/sphinxcontrib-datatemplates/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"# conf.py\nimport os\nextensions = ['sphinxcontrib.datatemplates']\n# In any .rst file:\n# .. datatemplate:: path/to/data.yaml\n#    :template: table.rst.j2","lang":"python","description":"Activate the extension in conf.py, then use the datatemplate directive in reStructuredText to include data files rendered via Jinja2 templates.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}