From 079123b5c4c25a453ba4d3c6ffa1b5f9f39c5dad Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周六, 21 3月 2020 20:57:47 +0800
Subject: [PATCH] update docs

---
 .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