Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down