From 0bfa5b65a8a50fc9b138c0bbc61cee28aa90dca2 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周日, 15 3月 2020 17:50:19 +0800
Subject: [PATCH] fix documentation

---
 .travis.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index eadfc70..a954488 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -208,8 +208,10 @@
              - python3-pip
              - doxygen
              - graphviz
-     script: 
+     before_script: 
         - pip3 install sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme
+        - cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install ..
+     script:
         - make documentation
      deploy:
         provider: pages

--
Gitblit v1.9.1