From 0626f94ea132b90963b26b2116efeb3212f2bb40 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周六, 21 3月 2020 21:42:35 +0800
Subject: [PATCH] doc broken again...

---
 .travis.yml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eadfc70..d2cfeff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -206,10 +206,13 @@
              - libboost-thread-dev
              - libboost-date-time-dev
              - python3-pip
+             - python3-setuptools
              - doxygen
              - graphviz
-     script: 
-        - pip3 install sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme
+     before_script: 
+        - 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
      deploy:
         provider: pages

--
Gitblit v1.9.1