From 16064825fe5eda1d7252ed6c38b453947391de38 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 22 3月 2020 18:03:42 +0800 Subject: [PATCH] update generator libs --- .travis.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index a954488..e432aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -206,10 +206,11 @@ - libboost-thread-dev - libboost-date-time-dev - python3-pip + - python3-setuptools - doxygen - graphviz before_script: - - pip3 install sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme + - 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