Commit Graph

13 Commits

Author SHA1 Message Date
Nate Johnston 1388136246 Retire the python-congressclient project
Recently the TC has worked on determining the criteria for when an
OpenStack project should be retired.  When there was not a PTL nominee
for the Congress project, that triggered the TC to review the project
health per [1], and the TC has determined [2] that development work on
the project has ceased.  This decision was announced in the
openstack-discuss mailing list in April 2020 [3].

This commit retires the repository per the process for governance
removal in the Victoria cycle as specified in the Mandatory Repository
Retirement resolution [4] and detailed in the infra manual [5].

Should interest in developing Congress as part of OpenStack revive,
please revert this commit to have the project rejoin the list of active
projects.

The community wishes to express our thanks and appreciation to all of
those who have contributed to the Congress project over the years.

[1] https://governance.openstack.org/tc/reference/dropping-projects.html
[2] http://eavesdrop.openstack.org/irclogs/%23openstack-tc/latest.log.html#t2020-04-20T15:36:59
[3] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014292.html
[4] https://governance.openstack.org/tc/resolutions/20190711-mandatory-repository-retirement.html
[5] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#retiring-a-project

Change-Id: Ib13d3325a5497064d037b007e9823609f836988d
2020-05-28 12:13:08 -04:00
Andreas Jaeger 5863c2bdf6 Cleanup py27 support
Make a few cleanups:
- Remove python-jobs, ussuri-jobs is enough
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py since it's set
  by newer openstackdocstheme, update requirement of openstackdocstheme.

Change-Id: I13f089de86ce3eb30770c91ee5372652e40fb52b
2020-04-04 14:15:10 +02:00
caoyuan 6a75f02a8d tox: Keeping going with docs
Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.

[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045

Change-Id: I1e3c52de2d0923902d75e850593de320f65612cd
2019-12-19 00:34:44 +00:00
Ghanshyam Mann 5b9bca6a74 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

python-congressclient is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Icfd04c4887a1bbb3ff72e244f0edd3a7f4ef8297
2019-12-19 00:03:49 +00:00
whoami-rajat c0e9f0308e Generate PDF documentation
This commit adds a new tox target to build PDF documentation.
It's a part of community goal, see storyboard for more
information.

Change-Id: I58b1fb537c3758bba5a57d3cf7ce4cf10625bd89
Story: 2006076
Task: 34817
2019-09-17 13:23:24 +05:30
zhangboye c071ec2880 Cap sphinx for py2 to match global requirements
Change-Id: Ide24f46f34aea41510965acb17f1d4e024437260
2019-05-16 15:01:36 +08:00
Eric K 46c90cc7b3 add releasenotes tox env and commands
Change-Id: Icba0c440284a4314d6defb0db021119e854a996d
2019-03-01 21:12:32 +00:00
Eric K f02045ce4c doc update to fix errors from new sphinx version 1.7.5
Change-Id: I3598e0ed6e70454de63fd7551a381122d42693b8
2018-07-18 11:51:13 -07:00
malei e0a703f038 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: Ie46ce87264a60072769649b8ffdc027261370ac8
2018-04-17 14:56:41 +08:00
Eric Kao 2ad2a87fa8 doc migration
- fix sphinx errors
- enable warning-is-error
- reorganize structure
- use openstackdocstheme

Change-Id: I87df64b3a57e03618072a53bbe66bd3e83ac4e72
2017-07-19 15:46:08 -07:00
lingyongxu acce498868 Switch from oslosphinx to openstackdocstheme
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow.
https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: I66fa03c1b528a216de12f7b9ce1de38de907f0a4
2017-07-14 16:59:42 +08:00
Anusha Ramineni 7bf1ce02dc Fix modindex link
And also, submitted patch to publish the docs in docs.openstack.org
https://review.openstack.org/#/c/426057/1

Change-Id: I6d1a9cec37deedb0d19a24dd7b441269359dde03
2017-01-27 05:09:59 +00:00
Aaron Rosen ee2c50130d create python-congressclient project with cookiecutter
Change-Id: Ib3ac0a6bb7692995116a1a2cfa6c3e1a4b637a2e
2014-07-02 13:24:29 -07:00