Commit Graph

7 Commits

Author SHA1 Message Date
niuke 875971cae2 remove unicode prefix from code
Change-Id: If83bb0d3b60852c4ffb09df021f538b171f0429f
2022-08-22 19:38:30 +08:00
Andreas Jaeger 64d1029c1b 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: I008d8e3aeeffb1c4ef97cca9c03599d85393aa3f
2020-05-31 19:37:16 +02:00
Eyal f0d3f2e092 Remove some pycharm warnings
* Mutable default arg
* Use of reserved names as parameters
* Missing requirements
* Unused parameters
* use static method
* Doc errors

Change-Id: Iaf7efa263398005ba1fa7261c894c85cb2fbcf47
2020-02-11 10:44:26 +02:00
Eyal 67f38b4826 Fix requirements, tox
Change-Id: Ia96244290428e374ec22ee250264225d708ddc87
2020-01-15 16:14:24 +02:00
jacky06 1289278bf8 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts.

Change-Id: Id6768e790fbcf4e73cde4e479e0f31ed5e1a9b8d
Closes-Bug: #1826041
2019-04-24 02:03:45 +08:00
Javier Pena bb1a99bc4f Fix documentation build
The contributing.rst file was referencing a non-existing path, and
index.rst referenced a non-existing usage.rst file.

Added build-openstack-sphinx-docs job to test doc changes

Change-Id: I0efd9a2f652f89df0eba88b5b95e66ee9ab44af2
2018-03-14 12:29:36 +05:30
Chandan Kumar 59b2013c6b Apply cookiecutter to newly split project mistral-tempest-plugin
This tempest plugin is being split out of the main mistral project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-12-02 18:18:12 +05:30