Commit Graph

24 Commits

Author SHA1 Message Date
zhangtongjian d062723f97 remove unicode from code
Change-Id: I358528ba14ad874009d61d61f1272903f81ab2d8
2021-01-05 17:13:21 +08:00
Andreas Jaeger 37eb6d0d4a Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Iac415cd5bd7346847edeb174b059ffbc3e2a1bdf
2020-05-30 16:17:38 +02:00
Andreas Jaeger 7f2b19452f Cleanup py27 support and docs
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Remove install_command from tox.ini, the default
  is fine
- Switch to sphinx-build
- Enable warnings for doc build, fix all warnings
- Remove git handling from conf.py, openstackdocstheme does this now
- Cleanup tox.ini

Change-Id: I51796be20596afc2305c2d8ea189b4037bd28b2d
2020-04-09 21:25:44 +02:00
Douglas Mendizábal 69ac31c535 Secret Consumers
Spec for implementing Consumers API on Secrets.

Story: 2005770
Task: 33487

APIImpact

Change-Id: I0167ce2bd8c6cee82aeb1ec332c09b77efe2eab3
2019-06-19 08:26:49 -05:00
Douglas Mendizábal 5fc1790899 Update for Train
Removed empty Stein  directory.

Change-Id: If4a889912fdd971c16ed541a91277e911f473128
2019-05-29 09:52:55 -05:00
Douglas Mendizábal a978514892 Fix tox -e docs build
The docs target in tox was failing because it was still using
oslosphinx.  This patch replaces it with openstackdocstheme.

Change-Id: I4b6a93a306441f25d333889eaab3e9bbab3974c6
Story: 2005767
Task: 33481
2019-05-23 11:06:15 -05:00
Nguyen Hai 9a5de08b58 Add Train specs directory
The "T" release of OpenStack is officially "Train".

http://lists.openstack.org/pipermail/openstack-dev/2018-November/136464.html

Change-Id: Ib6301c7e0d96a291922004c2a407d189f9f185a2
2018-11-14 14:41:10 +09:00
Doug Hellmann 4077ca5c4d import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Remove stein from toc, there's no spec yet and zuul complains about an
empty toc.

Change-Id: Iede70fc477d0fe7b0b63336d1e120d5d5c23160d
Story: #2002586
Task: #24285
2018-09-08 19:28:25 +02:00
Ade Lee 8f9e09c1bf Add stein specs to toc
Change-Id: I3b523dcb7f72f7c5cb90cbf92c1a4d11ec6f8045
2018-08-30 18:36:12 -04:00
Nam Nguyen Hoai fc2ef0eafc Specs rolling upgrade for Barbican
- Listed out detail work items in the specification document.
- Listed out detail primary assignee.
- Added assert "assert:supports-rolling-upgrade" tag for Barbican

Change-Id: If758e84b6aa9a86de46ce405d8e174ca56c76723
2017-08-08 15:42:10 +07:00
Fernando Diaz 06b2585bb0 Blueprint for Deployer Secret Metadata
This blueprint discusses and defines the addition of deployer
secret metadata.

Change-Id: Icab28fdace6cb2d57d95a697a4f78268f8a5874f
2016-05-03 15:18:35 +00:00
Fernando Diaz f67c177544 Blueprint defining user defined metadata for Barbican Secrets
This blueprint discusses and defines the ability for users to
add their own metadata to Secrets.

Change-Id: Ic670a560d4f06dabc720fc60025842bf2072d482
2016-01-18 03:06:21 +00:00
Lisa Clark 01f82ab0bc Reordering project spec list
The current order of the projects has oldest release listed first.
Reversing this order to minimize scrolling in the UI.

Change-Id: Ibe87c7ade02df49146ce68a1d36f6806b43cf783
2015-08-06 16:17:32 +00:00
Joe Gordon eb5fc837e5 Drop incubating theme from docs
OpenStack has dropped the incubation notion, so labeling this as an
incubated project in the docs is confusing.

Change-Id: I5208ceebba4ce388039a7697fda8b5794db920c2
2015-05-27 15:12:33 -07:00
Juan Antonio Osorio Robles f8ce095f90 Move fix-version-api blueprint to Liberty
Change-Id: Ic8d03779c951f2d1843c62a71b185a75dfaa4496
2015-04-29 13:49:54 +03:00
Paul Kehrer 7cc76ee71d Add kilo section to barbican-specs so kilo blueprints can be submitted
Change-Id: I363c63a71c7535b2b01ec25bfde477070badade3
2014-09-24 10:10:03 -05:00
Andreas Jaeger d840624af3 Stop using intersphinx
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)

This also removes the requirement for internet access during docs build.

This can cause docs jobs to fail if the project errors out on
warnings.

Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb
Related-Bug: #1368910
2014-09-13 09:20:09 +02:00
Doug Hellmann bc2d2adb35 Use the current date for the copyright statement
Change-Id: If0b34a55ccfdf0f429b984b6df97236f2e4fe52f
2014-09-10 15:56:52 -04:00
Doug Hellmann 4cbafd10da Remove templates from toctrees
We don't want the templates to show up in the RSS feed, so exclude them
from being converted to HTML and listed in the toctree.

Change-Id: I67496730d1952ffdec92c5f78531508c55225ca6
2014-09-10 15:56:51 -04:00
Doug Hellmann a99aed18ba Add RSS feed
Publish an RSS feed of the changes to the specs repository to make the
specs more discoverable.

Change-Id: Ib4f84efab8b3af3ddd47d38d63a91362612bd655
2014-09-10 15:56:50 -04:00
Steve Martinelli 7613e0c9b9 Update doc theme for barbican-specs
Update the theme used in the barbican-specs documentation to the
latest from oslosphinx. This will help create a more common look
and feel throughout specs.openstack.org.

Change-Id: I29157520915b0952ec650dcfc389667ceaf9b88a
2014-08-22 10:50:11 -04:00
Paul Kehrer 441fe6e8bb make it actually build 2014-06-03 10:28:20 -05:00
Paul Kehrer fa05129991 switch to sphinx_rtd_theme 2014-06-02 17:43:03 -05:00
Jarret Raim 50d9238506 Added Spinx Docs 2014-05-19 20:42:30 -05:00