4 Commits

Author SHA1 Message Date
Takashi Kajinami
9afbb82ef4 Drop unnecessary 'x' bit from doc config file
This file is not actually executable.

Trivial-Fix

Change-Id: I881592aa7b5bdf3ee56b3448242f2e2892ae412a
2024-10-21 20:27:47 +09:00
wangjiaqi07
24782ee1ee remove unicode from code
Change-Id: I49d4ae027ea41f78b309a39de8cc611a2fae7e10
2022-08-25 09:08:39 +08:00
Andreas Jaeger
c78c6c7a1d 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: I45295290471a5d8d32fb11ddbb64a8accdb7710a
2020-06-02 16:19:22 +02:00
Chandan Kumar
b30a19214d Apply cookiecutter to newly split project telemetry-tempest-plugin
This tempest plugin is being split out of the main ceilometer 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.

It contains tempest tests for Aodh, Gnocchi, Ceilometer and Panko projects.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-12-10 11:59:04 +05:30