From a1b64080d1525a7a65e53f33d1a3fd257957e732 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 15 3月 2020 11:00:39 +0800 Subject: [PATCH] fix compilation errors --- .travis.yml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73b9f8c..eadfc70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -205,10 +205,12 @@ - libboost-system-dev - libboost-thread-dev - libboost-date-time-dev + - python3-pip - doxygen - graphviz script: - - make docs + - pip3 install sphinx sphinx_rtd_theme breathe sphinx-markdown-tables recommonmark sphinx-rtd-theme + - make documentation deploy: provider: pages skip_cleanup: true @@ -216,7 +218,7 @@ keep_history: false verbose: true target_branch: "gh-pages" - local_dir: "build/html" + local_dir: "build/docs/sphinx" on: branch: develop env: -- Gitblit v1.9.1