Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 1c746d8efb Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.0 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.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

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.

Set openstackdocs_auto_name to use 'project' as name.

Use releasenotes jobs template instead of individual jobs.

Depends-On: https://review.opendev.org/728938
Change-Id: I2f3f66a19cda62c6d51c764a0d7e2a163d8abe74
2020-05-18 22:57:43 +02:00
Andreas Jaeger da885db8bc Cleanup py27 support
Make a few cleanups:
- 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
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I8811b249e53df8e25c46fe63d71b7dbb400dac19
2020-04-04 16:55:16 +02:00
Jake Yip 3d6e9bdcd0 Blacklist bandit 1.6.0 and cap Sphinx on Python2
Change-Id: I5d1f67cbf3295af13fa058c301c4a2eec6e0c3b4
2019-06-03 19:34:16 +10:00
Feilong Wang c026a13e15 Add release notes for magnum client
Change-Id: If1cc736ed8ef2949744efec755492d05388077f7
2018-08-20 10:28:21 +12:00
Nguyen Hai 2b8c717440 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
[1] https://governance.openstack.org/tc/reference/project-testing-interface.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Remove the '[build_sphinx]' and '[pbr]' sections as described in:
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: I65b35db580e029bb0639c7b4bd1cb7c3b0395542
2018-03-27 13:50:16 +09:00