From 7eb07a7f5443ead726ea3cfc7433603e27f5631d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jan 2018 18:29:41 +0100 Subject: [PATCH] Disable publishing of training-guides folder The last content change to doc/training-guides was September 2016. We still publish the content to /draft which is obsolete. Stop this publishing for now. Once training-guides gets updates, we can discuss publishing to a new location. Change-Id: I5086007cd76859e538929b1bda05babab9bc7ec6 --- doc/training-guides/README.md | 1 + tox.ini | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/training-guides/README.md b/doc/training-guides/README.md index 1f426d51..70870627 100644 --- a/doc/training-guides/README.md +++ b/doc/training-guides/README.md @@ -21,6 +21,7 @@ Introduction contributing to training guides https://wiki.openstack.org/wiki/Training-guides +* This document is not published at docs.openstack.org anymore since it's outdated. Structure of this folder ======================== diff --git a/tox.ini b/tox.ini index 33194ec8..5bd152e4 100644 --- a/tox.ini +++ b/tox.ini @@ -37,11 +37,15 @@ commands = passenv = ZUUL* commands = {[testenv:upstream-slides]commands} - {[testenv:training-slides]commands} + # Note(AJaeger): + # We do not publish draft documents anymore, disable this for now + # Once this document gets updated, we can discuss publishing to a + # new location + # {[testenv:training-slides]commands} # Publish as draft - mkdir -p publish-docs/draft/training-guides - rsync -av doc/training-guides/build/slides/ publish-docs/draft/training-guides/ - {toxinidir}/tools/add-marker.sh publish-docs/draft/training-guides/ + # mkdir -p publish-docs/draft/training-guides + # rsync -av doc/training-guides/build/slides/ publish-docs/draft/training-guides/ + # {toxinidir}/tools/add-marker.sh publish-docs/draft/training-guides/ # Publish mkdir -p publish-docs/upstream-training rsync -av doc/upstream-training/build/slides/ publish-docs/upstream-training/