diff --git a/ci/templates/pdoc/css.mako b/ci/templates/css.mako similarity index 100% rename from ci/templates/pdoc/css.mako rename to ci/templates/css.mako diff --git a/ci/templates/pdoc/html.mako b/ci/templates/html.mako similarity index 100% rename from ci/templates/pdoc/html.mako rename to ci/templates/html.mako diff --git a/ci/templates/pdoc/text.mako b/ci/templates/text.mako similarity index 100% rename from ci/templates/pdoc/text.mako rename to ci/templates/text.mako diff --git a/ci/travis-deploy.sh b/ci/travis-deploy.sh index 55fd2a0..ae7f0b0 100644 --- a/ci/travis-deploy.sh +++ b/ci/travis-deploy.sh @@ -4,8 +4,7 @@ echo "Running deployment script..." # Generating documentation cd ~ pip install pdoc==0.3.2 -export XDG_CONFIG_HOME=${TRAVIS_BUILD_DIR}/ci/templates -pdoc --html --html-dir ./doc carl +pdoc --html --html-dir ./doc --template-dir ${TRAVIS_BUILD_DIR}/ci/templates carl # Copying to github pages echo "Copying built files"