Added ping of publish URL and temp usage of collapsing sitenav nodes.

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-07-25 16:08:59 -07:00
parent 91637d6480
commit fabf2ad1db
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -21,4 +21,7 @@ deploy:
target-branch: latestHTML
on:
branch: rtd-theme
local_dir: source/_build/html/
local_dir: source/_build/html/
after_deploy:
- wget $PUBLISH_URL
+3 -1
View File
@@ -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 = {