mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 22:40:42 +01:00
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>
(cherry picked from commit 31a168abcd)
This commit is contained in:
parent
79b12c5375
commit
a4c0473b8b
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ IMAGE_PATH = @top_srcdir@/doc/svg \
|
|||
GENERATE_HTML = YES
|
||||
HTML_TIMESTAMP = YES
|
||||
USE_MATHJAX = YES
|
||||
MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
|
||||
GENERATE_LATEX = NO
|
||||
MACRO_EXPANSION = YES
|
||||
EXPAND_ONLY_PREDEF = YES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue