Do not publish Ocata Debian Install Guides

Disable publishing of Debian Install Guides for now. Leave all pieces in
there in case there will be Ocata packages later.

See
http://lists.openstack.org/pipermail/openstack-docs/2017-February/009684.html
for details.

This also removes an extra unmatched </div>.

Change-Id: I860e15f0c0f640caa11a8ad836ebcf8cd490bbfb
This commit is contained in:
Andreas Jaeger 2017-02-15 18:36:14 +01:00
parent 33f41c7506
commit 197db8b9fd
2 changed files with 3 additions and 39 deletions

View File

@ -2,7 +2,8 @@
mkdir -p publish-docs
TAGS=${1:-obs rdo ubuntu debian debconf}
# Do not build debian debconf for now, there're no Ocata packages at all.
TAGS=${1:-obs rdo ubuntu}
INDEX=doc/install-guide/source/index.rst
LINKCHECK=""

View File

@ -30,8 +30,7 @@
installation guides.
</p>
<p>
OpenStack services can be installed on Debian, either
manually or using debconf, Red Hat, SUSE, and Ubuntu
OpenStack services can be installed on Red Hat, SUSE, and Ubuntu
distributions. Installing only the core services will
provide a minimal deployment necessary to launch an
instance with minimal/default configuration. Optional
@ -47,41 +46,6 @@
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<div class="row docs-toc" style="padding-top: 10px;">
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
<img src ="{{ imagedir }}openlogo-100.png" class="os-logo" onclick="window.open('https://debconf.org')"/>
</div>
<div class="os-name">
Debian 8 with debconf
</div>
<div class="os-description">
Install core and optional OpenStack services on a
Debian&nbsp;8 system, using the debconf installation tool.
</div>
<div class="os-button">
<input class="go-button"type="button" onclick="location.href='/draft/install-guide-debconf/';" value=" Go! " name="Go"/>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
<img src ="{{ imagedir }}openlogo-100.png" class="os-logo" onclick="window.open('https://www.debian.org')"/>
</div>
<div class="os-name">
Debian 8
</div>
<div class="os-description">
Install core and optional OpenStack services on a
Debian&nbsp;8 system, using a manual installation
method.
</div>
<div class="os-button">
<input class="go-button" type="button" onclick="location.href='/draft/install-guide-debian/';" value=" Go! " name="Go"/>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="os-box row-eq-height">
<div class="logo-box">
@ -146,7 +110,6 @@
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
var elements = document.getElementsByClassName("os-box");