fix doc build

Apparently pip 10 dropped the options for allowing external and
insecure packages. We shouldn't need those anyway.

Remove the index pages within each series directory, since the specs are
linked using a glob pattern in the main table of contents. This removes
all of the "$series Release" entries from the main table of contents.

Add the rocky directory specs to the master toctree

Change-Id: Ic8714c42f31a98020dfb70e65e9b2d9240fcf41b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-05-15 11:09:07 -04:00
parent 3bd4382d78
commit f7c5eabf79
11 changed files with 10 additions and 59 deletions

View File

@ -7,6 +7,15 @@
Oslo Design Specifications
============================
Rocky
=====
.. toctree::
:glob:
:maxdepth: 1
specs/rocky/*
Queens
======

View File

@ -1,9 +0,0 @@
=====================
Juno Specifications
=====================
.. toctree::
:glob:
:maxdepth: 2
*

View File

@ -1,6 +0,0 @@
==============
Kilo Release
==============
* Incubated module dependency analysis: https://etherpad.openstack.org/p/kilo-oslo-library-proposals
* Summit planning: https://etherpad.openstack.org/p/kilo-oslo-summit-topics

View File

@ -1,5 +0,0 @@
=================
Liberty Release
=================
* Summit planning: https://etherpad.openstack.org/p/liberty-oslo-summit-planning

View File

@ -1,5 +0,0 @@
================
Mitaka Release
================
* Summit planning: https://etherpad.openstack.org/p/mitaka-oslo-summit-planning

View File

@ -1,5 +0,0 @@
================
Newton Release
================
* Summit planning: https://etherpad.openstack.org/p/newton-oslo-summit-planning

View File

@ -1,5 +0,0 @@
===============
Ocata Release
===============
* Summit planning: https://etherpad.openstack.org/p/ocata-oslo-summit-planning

View File

@ -1,5 +0,0 @@
==============
Pike Release
==============
* PTG planning: https://etherpad.openstack.org/p/oslo-ptg-pike

View File

@ -1,10 +0,0 @@
================
Queens Release
================
* PTG planning: https://etherpad.openstack.org/p/oslo-ptg-queens
.. toctree::
:glob:
*

View File

@ -1,8 +0,0 @@
================
Rocky Release
================
.. toctree::
:glob:
*

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} --allow-external lazr.authentication --allow-insecure lazr.authentication {packages}
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt