Files
openshot-qt/doc/_templates/layout.html
FeRD (Frank Dana) 7fae0b040d Docs: Don't default-enable Google Analytics
Instead of generating the docs unconditionally with the OpenShot
Google Analytics ID installed and tracking enabled, use the theme's
built-in support for conditional analytics (controlled by the
html_theme_options config dictionary), and only set
html_theme_options.analytics_id on the command line for the official
documentation update builds.
2020-03-07 13:27:09 -05:00

3 lines
88 B
HTML

{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/tablefix.css"] %}