You've already forked openshot-qt
mirror of
https://github.com/OpenShot/openshot-qt.git
synced 2026-03-02 08:56:08 -08:00
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.
3 lines
88 B
HTML
3 lines
88 B
HTML
{% extends "!layout.html" %}
|
|
{% set css_files = css_files + ["_static/tablefix.css"] %}
|