From 9c2347d2f754e9ec10378f9506b60412333ed047 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 17 Jun 2018 12:54:37 +0200 Subject: [PATCH] Doc++ --- doc/doxygen.rst | 5 +++-- doc/pelican/theme.rst | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/doxygen.rst b/doc/doxygen.rst index 93acdba1..bc555db9 100644 --- a/doc/doxygen.rst +++ b/doc/doxygen.rst @@ -89,7 +89,8 @@ package manager: .. code:: sh - pip install jinja2 Pygments + # You may need sudo here + pip3 install jinja2 Pygments If your documentation includes math formulas, in addition you need some LaTeX distribution installed. Use your distribution package manager, for example on @@ -993,7 +994,7 @@ positives, this information is not present in the non-verbose output. If your ``Doxyfile`` contains a non-empty :ini:`HTML_EXTRA_STYLESHEET` option, m.css will use CSS files from there instead of the builtin ones. Either -override to an empty value it in your ``Doxyfile-mcss`` or specify proper CSS +override it to an empty value in your ``Doxyfile-mcss`` or specify proper CSS files explicitly as mentioned in the `Theme selection`_ section. `Generating takes too long, crashes, asserts or generally fails`_ diff --git a/doc/pelican/theme.rst b/doc/pelican/theme.rst index c1f858ee..c7603cd8 100644 --- a/doc/pelican/theme.rst +++ b/doc/pelican/theme.rst @@ -34,7 +34,7 @@ Theme .. role:: rst(code) :language: rst -.. |x| unicode:: U+2715 .. nicer multiply sign +.. |x| unicode:: U+00D7 .. nicer multiply sign The second largest offering of m.css is a full-featured theme for the `Pelican static site generator `_. The theme is -- 2.30.2