1
0
Fork 0
terminaltables3/docs/_templates/layout.html
Daniel Baumann a35389c891
Adding upstream version 3.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-12 13:04:33 +01:00

6 lines
187 B
HTML

{# From https://github.com/snide/sphinx_rtd_theme/issues/166 #}
{# Import the theme's layout. #}
{% extends "!layout.html" %}
{% set css_files = css_files + ['_static/pygments.css'] %}