Commit Graph

10 Commits

Author SHA1 Message Date
Lukáš Piwowarski d858e4e277 Remove reference to 'all-plugin' tox environment
The 'all-plugin' tox environment was deprecated by this patch [1].
Instead of the 'all-plugin' it is recommended to use the 'all' tox
environment.

This patch removes any reference to 'all-plugin' tox environment and
updates the documentation so that the installation steps work with
the 'all' venv.

[1] https://review.opendev.org/c/openstack/tempest/+/543974

Change-Id: Id3451147d172002d67b4557680560a59b026ed77
2023-05-15 18:20:20 +02:00
Nicolas Bock add731103c Fix docs reqs for new pip
Per [1], the docs requirements were failing (or at least could) due to
test-requirements being used instead of doc/requirements. The former
may include dep versions not compatible with the upper-constraints and
hence cause issues for the new pip resolver. This patch fixes that.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html

Change-Id: Ifcf59e49b00e9b468b59f53de53c417a0e84adc4
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
2021-06-16 01:08:41 +00:00
Andreas Jaeger 88c40dbc1e Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

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: I87335b8494a7b1b3eddd3b6b46b5b5d04227bb6d
2020-05-30 16:43:12 +02:00
Erik Olof Gunnar Andersson d14f818c62 Fixing python 3 support for pep8 and doc
This also resolves Python 3 incompatibilites with Zone Tests
using the SingleQueryClient.

Change-Id: I25185d0b3c658da8793df9bfa69f714d6ca96a60
2018-09-30 20:51:21 +00:00
Nguyen Hai 7462c37d6f switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

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

Change-Id: Ie8da44c2a1360eece2ea47d131af214e9d4dbec8
Story: #2002586
Task: #24292
2018-08-20 00:38:30 +09:00
ShangXiao 7a68f73358 Fix the invalid links in docs
The url links are invalid or not found in these docs.
Replace them with the right ones according to the lastest OpenStack
websites.

Change-Id: I5e3a254229548af6aa2e53da4e0125cfe47193b9
2018-03-14 00:54:36 -07:00
Graham Hayes bbc01e3510
Fix credential naming
Change-Id: Ica935f22ed30792033c6c36742abead20de66363
2018-02-15 18:12:05 +00:00
ghanshyam f4b0724d59 Replace deprecated test.attr with decorators.attr
Tempest has deprecated decorator 'tempest.test.attr' and
moved the same as stable interface to 'tempest.lib.decorators
.attr' in version 16.1.0.

Let's use the stable interface for attr decorator.
This will help Tempest to remove the deprecated decorator.

Change-Id: If72deb25a1438470442b153a41303ca6c7cbd22b
2017-07-25 05:07:39 +03:00
Tim Simmons b990d6f746 Fix doc typos and hacking requirement
Fixes a couple typos, changes the bad hacking requirement.
Also this will hopefully publish the docs to docs.openstack.org

Partial-Bug: #1668848
Change-Id: I8f2ba666e8fa20012096cd9b81e836818affa786
2017-03-07 21:13:46 +00:00
Graham Hayes c392cf94fd Add Docs for plugin
Change-Id: I0064553874e621da17fcc742868b4373c233bb7b
2017-02-27 21:21:54 +00:00