From fabf2ad1db2a45c870f4a261e9dca970e5e59ade Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 25 Jul 2019 16:08:59 -0700 Subject: [PATCH] Added ping of publish URL and temp usage of collapsing sitenav nodes. Signed-off-by: Kevin Putnam --- .travis.yml | 5 ++++- source/conf.py | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 = {