From 1d31f44e67701c872d215bcad26f472c31c3b0c0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 12 Nov 2016 19:18:52 +0100 Subject: [PATCH] Master is now Ocata stable/newton branch is created, let's set up building properly: * Do not copy content anymore to /newton. * The draft guides are now Ocata, change watermark. Change-Id: I47c54a027481f4a708e5f1cefaff1157040bc155 --- doc/config-reference/source/conf.py | 2 +- doc/install-guide-debconf/source/conf.py | 2 +- doc/install-guide/source/conf.py | 2 +- doc/networking-guide/source/conf.py | 2 +- tools/publishdocs.sh | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/config-reference/source/conf.py b/doc/config-reference/source/conf.py index 70daa356bb..d4bd51c255 100644 --- a/doc/config-reference/source/conf.py +++ b/doc/config-reference/source/conf.py @@ -302,4 +302,4 @@ locale_dirs = ['locale/'] sphinxmark_enable = True sphinxmark_div = 'docs-body' sphinxmark_image = 'text' -sphinxmark_text = 'Newton' +sphinxmark_text = 'Ocata' diff --git a/doc/install-guide-debconf/source/conf.py b/doc/install-guide-debconf/source/conf.py index 9719d2ddc6..883b64b86f 100644 --- a/doc/install-guide-debconf/source/conf.py +++ b/doc/install-guide-debconf/source/conf.py @@ -316,4 +316,4 @@ pdf_documents = [ sphinxmark_enable = True sphinxmark_div = 'docs-body' sphinxmark_image = 'text' -sphinxmark_text = 'Newton' +sphinxmark_text = 'Ocata' diff --git a/doc/install-guide/source/conf.py b/doc/install-guide/source/conf.py index 159553615f..a9c475d5fd 100644 --- a/doc/install-guide/source/conf.py +++ b/doc/install-guide/source/conf.py @@ -316,4 +316,4 @@ pdf_documents = [ sphinxmark_enable = True sphinxmark_div = 'docs-body' sphinxmark_image = 'text' -sphinxmark_text = 'Newton' +sphinxmark_text = 'Ocata' diff --git a/doc/networking-guide/source/conf.py b/doc/networking-guide/source/conf.py index 22277d6cd8..17d006b9be 100644 --- a/doc/networking-guide/source/conf.py +++ b/doc/networking-guide/source/conf.py @@ -295,4 +295,4 @@ locale_dirs = ['locale/'] sphinxmark_enable = True sphinxmark_div = 'docs-body' sphinxmark_image = 'text' -sphinxmark_text = 'Newton' +sphinxmark_text = 'Ocata' diff --git a/tools/publishdocs.sh b/tools/publishdocs.sh index 5c0b28e1dd..bcafa16f10 100755 --- a/tools/publishdocs.sh +++ b/tools/publishdocs.sh @@ -68,10 +68,10 @@ if [ "$PUBLISH" = "publish" ] ; then fi # For publishing to both /draft and /BRANCH -if [ "$PUBLISH" = "publish" ] ; then - # For publishing to both /draft and /BRANCH - copy_to_branch newton -fi +#if [ "$PUBLISH" = "publish" ] ; then +# # For publishing to both /draft and /BRANCH +# copy_to_branch newton +#fi if [ "$PUBLISH" = "build" ] ; then # Create index page for viewing