Skip to content

Commit

Permalink
DOC: use --template-dir directive
Browse files Browse the repository at this point in the history
  • Loading branch information
glouppe committed Apr 21, 2016
1 parent e202bce commit 58f8f7a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions ci/travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 58f8f7a

Please sign in to comment.