diff --git a/.travis/build_docs.sh b/.travis/build_docs.sh index b54c88076..08c2bbbcf 100644 --- a/.travis/build_docs.sh +++ b/.travis/build_docs.sh @@ -8,5 +8,4 @@ mkdocs build --clean --strict mkdir docs/markdown mv -t docs/markdown/ docs/about docs/images docs/userguide docs/index.md mkdir docs/html -cp -r site docs/html - +cp -r -v site/* docs/html diff --git a/mkdocs.yml b/mkdocs.yml index 401100c47..faa91f0dd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_name: utPLSQL site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL -copyright: Copyright © 2016 - utPLSQL Team +copyright: Copyright © 2016 - 2017 utPLSQL Team repo_url: https://github.com/utPLSQL/utPLSQL theme: mkdocs use_directory_urls: false