From b939d1a0b6b375ea5bae54d83a1cb89eb888c75a Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 21 3月 2020 20:57:47 +0800 Subject: [PATCH] update docs --- .travis.yml | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73b9f8c..a954488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -205,10 +205,14 @@ - libboost-system-dev - libboost-thread-dev - libboost-date-time-dev + - python3-pip - doxygen - graphviz - script: - - make docs + 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 skip_cleanup: true @@ -216,7 +220,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