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:
parent
3bd4382d78
commit
f7c5eabf79
@ -7,6 +7,15 @@
|
||||
Oslo Design Specifications
|
||||
============================
|
||||
|
||||
Rocky
|
||||
=====
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
specs/rocky/*
|
||||
|
||||
Queens
|
||||
======
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
=====================
|
||||
Juno Specifications
|
||||
=====================
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 2
|
||||
|
||||
*
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
=================
|
||||
Liberty Release
|
||||
=================
|
||||
|
||||
* Summit planning: https://etherpad.openstack.org/p/liberty-oslo-summit-planning
|
@ -1,5 +0,0 @@
|
||||
================
|
||||
Mitaka Release
|
||||
================
|
||||
|
||||
* Summit planning: https://etherpad.openstack.org/p/mitaka-oslo-summit-planning
|
@ -1,5 +0,0 @@
|
||||
================
|
||||
Newton Release
|
||||
================
|
||||
|
||||
* Summit planning: https://etherpad.openstack.org/p/newton-oslo-summit-planning
|
@ -1,5 +0,0 @@
|
||||
===============
|
||||
Ocata Release
|
||||
===============
|
||||
|
||||
* Summit planning: https://etherpad.openstack.org/p/ocata-oslo-summit-planning
|
@ -1,5 +0,0 @@
|
||||
==============
|
||||
Pike Release
|
||||
==============
|
||||
|
||||
* PTG planning: https://etherpad.openstack.org/p/oslo-ptg-pike
|
@ -1,10 +0,0 @@
|
||||
================
|
||||
Queens Release
|
||||
================
|
||||
|
||||
* PTG planning: https://etherpad.openstack.org/p/oslo-ptg-queens
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
*
|
@ -1,8 +0,0 @@
|
||||
================
|
||||
Rocky Release
|
||||
================
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
*
|
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user