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.
Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.
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: I8e00e8863e8c3d86bebeec87e80fc26ad1f66323
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: If242bcfa53a688da52ac197f783f7b6dd2c5e246
Depends-on: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
This is step 2 of the doc-migration. The documentation structure has
been changed according to the Pike documentation standard.
Depends-on: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
Change-Id: I302b7e18070e0de86c85559267a2c22ada656290
This is step 1 of doc-migration. warning-is-error has to be turned on
and any build errors must be fixed.
Change-Id: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
This patch includes the initial data types, serialization,
string utilities, base exception classes and defines a
base action that includes a context argument.
The mistral_lib.api namespace was also removed in favor of
following the python convention of using an underscore to
denote private methods and considering all other methods
public.
This patch removes code previously added as a placeholder
to match the spec. As of the Atlanta PTG, the purpose of
this library is now to store common code used within Mistral
ecosystem and 3rd party integration interfaces including
the Custom Actions API and Custom YAQL Functions API.
Change-Id: I77da3cd6eba6c5a9953656d432bc959bd3747ada
Partially-Implements: blueprint mistral-custom-actions-api
Partially-Implements: blueprint mistral-actions-api-main-entities