From 2025e70872dcbfa0039ec000ea11d98d34d6cf70 Mon Sep 17 00:00:00 2001
From: japm48 <japm48@users.noreply.github.com>
Date: Tue, 5 May 2020 07:49:06 +0200
Subject: docs: use MathJax for HTML documentation

Fixes #2707.

A full LaTeX installation is no longer required for generating the HTML
docs. Also adds some nice-to-have functionalities accessible via
right-click context menu.

Details:
 - SVG backend selected by default.
 - MathJax recommends not (ab)using their CDN, so
   this adds a local dependency.
 - Some spurious doxygen warnings were also removed.
---
 docs/doxygen/other/build_guide.dox.in | 1 +
 1 file changed, 1 insertion(+)

(limited to 'docs/doxygen/other/build_guide.dox.in')

diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in
index ea5b4851a5..c7e2b9d24c 100644
--- a/docs/doxygen/other/build_guide.dox.in
+++ b/docs/doxygen/other/build_guide.dox.in
@@ -54,6 +54,7 @@ Other compilers may work, but are not supported.
 
 \subsection dep_docs docs: Building the documentation
 \li doxygen     (>= 1.5)     http://www.stack.nl/~dimitri/doxygen/download.html
+\li MathJax     (>= 2, <3)   https://github.com/mathjax/MathJax-src
 
 \subsection dep_grc grc: The GNU Radio Companion
 \li Cheetah     (>= 2.0)     http://www.cheetahtemplate.org/
-- 
cgit v1.2.3