From 1fe5e3c9f87f28ffbb7a7ecb91a36e68755380a1 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 29 3月 2020 08:41:31 +0800 Subject: [PATCH] minor doc update --- .travis.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2cfeff..e432aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -210,7 +210,7 @@ - doxygen - graphviz before_script: - - pip3 install setuptools sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme sphinx-sitemap + - pip3 install setuptools sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme sphinx-sitemap sphinxemoji - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install .. script: - make documentation -- Gitblit v1.9.1