diff options
author | japm48 <japm48@users.noreply.github.com> | 2020-05-05 07:49:06 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2020-10-29 00:07:07 +0100 |
commit | 2025e70872dcbfa0039ec000ea11d98d34d6cf70 (patch) | |
tree | 3836191942c588ce3e843b002772abe36c1f6d53 /docs/doxygen/other/build_guide.dox.in | |
parent | 9a83abb5aa0f7398009f3c3b7944dd73d289c12a (diff) |
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.
Diffstat (limited to 'docs/doxygen/other/build_guide.dox.in')
-rw-r--r-- | docs/doxygen/other/build_guide.dox.in | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |