From 33338b36718fa5fc397d35b994a558598f703012 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 21 3月 2020 21:42:35 +0800 Subject: [PATCH] doc broken again... --- .travis.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7ba28fb..d2cfeff 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 sphinx-sitemap + - pip3 install setuptools sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme sphinx-sitemap - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install .. script: - make documentation -- Gitblit v1.9.1