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
This commit is contained in:
parent
325f2943c0
commit
1d31f44e67
@ -302,4 +302,4 @@ locale_dirs = ['locale/']
|
|||||||
sphinxmark_enable = True
|
sphinxmark_enable = True
|
||||||
sphinxmark_div = 'docs-body'
|
sphinxmark_div = 'docs-body'
|
||||||
sphinxmark_image = 'text'
|
sphinxmark_image = 'text'
|
||||||
sphinxmark_text = 'Newton'
|
sphinxmark_text = 'Ocata'
|
||||||
|
@ -316,4 +316,4 @@ pdf_documents = [
|
|||||||
sphinxmark_enable = True
|
sphinxmark_enable = True
|
||||||
sphinxmark_div = 'docs-body'
|
sphinxmark_div = 'docs-body'
|
||||||
sphinxmark_image = 'text'
|
sphinxmark_image = 'text'
|
||||||
sphinxmark_text = 'Newton'
|
sphinxmark_text = 'Ocata'
|
||||||
|
@ -316,4 +316,4 @@ pdf_documents = [
|
|||||||
sphinxmark_enable = True
|
sphinxmark_enable = True
|
||||||
sphinxmark_div = 'docs-body'
|
sphinxmark_div = 'docs-body'
|
||||||
sphinxmark_image = 'text'
|
sphinxmark_image = 'text'
|
||||||
sphinxmark_text = 'Newton'
|
sphinxmark_text = 'Ocata'
|
||||||
|
@ -295,4 +295,4 @@ locale_dirs = ['locale/']
|
|||||||
sphinxmark_enable = True
|
sphinxmark_enable = True
|
||||||
sphinxmark_div = 'docs-body'
|
sphinxmark_div = 'docs-body'
|
||||||
sphinxmark_image = 'text'
|
sphinxmark_image = 'text'
|
||||||
sphinxmark_text = 'Newton'
|
sphinxmark_text = 'Ocata'
|
||||||
|
@ -68,10 +68,10 @@ if [ "$PUBLISH" = "publish" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# For publishing to both /draft and /BRANCH
|
# For publishing to both /draft and /BRANCH
|
||||||
if [ "$PUBLISH" = "publish" ] ; then
|
#if [ "$PUBLISH" = "publish" ] ; then
|
||||||
# For publishing to both /draft and /BRANCH
|
# # For publishing to both /draft and /BRANCH
|
||||||
copy_to_branch newton
|
# copy_to_branch newton
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if [ "$PUBLISH" = "build" ] ; then
|
if [ "$PUBLISH" = "build" ] ; then
|
||||||
# Create index page for viewing
|
# Create index page for viewing
|
||||||
|
Loading…
Reference in New Issue
Block a user