Commit Graph

6 Commits

Author SHA1 Message Date
Gage Hugo 75aa2283af Retire openstack-helm-docs repository
This change removes the context from the openstack-helm-docs
repository as part of the effort to retire the repo.

Change-Id: I0b6243b8b19a9868feeec55ac6fded602691ce88
2022-04-26 14:04:51 -05:00
jinyuanliu 5ca895b52f setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ib68777f189ed70dd717bddb664ac70dfe6527d6e
2021-05-03 15:41:12 +08:00
Andreas Jaeger 1a8b52cc62 Cleanup py27 support and docs
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Cleanup */source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine
- Use python3 in base environment in tox.ini

Change-Id: I9fc6ae78b2159910665fc0fec3c7ea23130fbfef
2020-04-11 15:23:26 +02:00
jacky06 e30d0b7889 Update the home-page to openstack-helm-docs
Change-Id: I6ded47643043d7b00ded01d19c40436938ad2ef5
2018-12-20 06:52:13 -05:00
XiaojueGuan 5ad4516917 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: If2ef2f9f7328b10ddc230e1f2ae4c36dbff5f28c
2018-12-09 02:30:06 +00:00
Tin Lam 10f66a3a83 Initial OSH-docs commit
This patch set establishes an initial commit to the OpenStack-Helm
documentation repository.

Change-Id: Iee1cf5f5c9e424fcb114be57c6143b86673577ec
Signed-off-by: Tin Lam <tin@irrational.io>
2018-11-24 06:59:40 +00:00