diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-09-14 10:18:16 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-09-14 16:23:02 +1000 |
commit | 31a168abcd78178e5091372ae14719f9cd968e99 (patch) | |
tree | 1d94cd37295b13fba2cbaf91700bdbf4ec0af78d /doc | |
parent | 47b59ca85084d87db6a3d312ddf500e5dbaa937e (diff) |
doc: specify the https path for mathjax
freedesktop.org always serves https for the documentation. if Mathjax is
pulled in from http, browsers reject it [1]
Let's take the default doxygen value but just add the https to it. In the
future we should just ship a copy of mathjax with our documentation.
[1] https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content/How_to_fix_website_with_mixed_content
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Wheres-my-beer-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libinput.doxygen.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/libinput.doxygen.in b/doc/libinput.doxygen.in index 66d7346..cd52972 100644 --- a/doc/libinput.doxygen.in +++ b/doc/libinput.doxygen.in @@ -14,6 +14,7 @@ IMAGE_PATH = @top_srcdir@/doc/svg \ @top_srcdir@/doc/dot GENERATE_HTML = YES USE_MATHJAX = YES +MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest GENERATE_LATEX = NO MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES |