From a75ced62cebe2c6c788e8850ebd7059979901992 Mon Sep 17 00:00:00 2001 From: johltn Date: Mon, 2 Nov 2020 12:43:17 +0100 Subject: [PATCH] Try first commit --- .travis.yml | 4 ++-- docs/CMakeLists.txt | 2 +- docs/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 594b9426ff..52965bdf18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,11 +80,11 @@ script: after_success: - cd docs - MESSAGE=$(git log --oneline -1) - - git clone https://johltn:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs + - git clone https://IfcOpenBot:$GITHUB_PASSWORD@github.com/IfcOpenShell/docs - cd docs - mv ../output/* . - git config user.email "${GITHUB_EMAIL}" - - git config user.name "${USER_NAME}" + - git config user.name "IfcOpenBot" - git add . - git commit -m "${MESSAGE}" - git push diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 1dbd4eebb2..eec8e8ec77 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -18,7 +18,7 @@ set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR}/docs/sphinx) MESSAGE(STATUS "SPHINX BUILD ${CMAKE_CURRENT_BINARY_DIR}") -# file(MAKE_DIRECTORY ./output/doxygen) +file(MAKE_DIRECTORY ./output/doxygen) if (DOXYGEN_FOUND) diff --git a/docs/conf.py b/docs/conf.py index cd893c5aca..51ecb49f51 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ author = u'Johan Luttun' # Setup the breathe extension breathe_projects = { - "My Project": "./doxygen/xml" + "My Project": "./output/doxygen/xml" } breathe_default_project = "My Project"