diff --git a/.travis.yml b/.travis.yml index 7d804ea5..7fe83a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,7 @@ deploy: target-branch: latestHTML on: branch: rtd-theme - local_dir: source/_build/html/ \ No newline at end of file + local_dir: source/_build/html/ + +after_deploy: + - wget $PUBLISH_URL \ No newline at end of file diff --git a/source/conf.py b/source/conf.py index 15d51f49..2446929a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -129,7 +129,9 @@ version = current_version = "latest" html_theme_options = { 'style_nav_header_background': '#007ab2', 'navigation_depth': 4, - 'display_version': False + 'display_version': False, + 'collapse_navigation': False, + 'sticky_navigation': True } html_context = {