Commit Graph

12 Commits

Author SHA1 Message Date
wangjiaqi07 fa93fcf582 remove unicode from code
Change-Id: Ibdf2f5d6a975d91208e7f14dc027c0c4e962533f
2022-08-25 10:22:04 +08:00
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
Hangdong Zhang c7a1f6dada Update the documentation link for doc migration
Change-Id: If32cf6212c18f2c5f7e784f069e4178cb38677c0
BTW: Do some optimization as well (http -> https)
2017-07-20 18:19:18 +08:00
Kiran_totad de67cbb1ac switch to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch
to use the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: Idb5e5f47f0e8c63d7142a1a43990bf586ff4dbee
2017-07-05 06:10:16 +00:00
chenlx 541db9580d Fix wrong path reference.
Change-Id: I2303483983f5fb9490415bcc65dbfc4ac4259044
2017-03-16 17:24:45 +08:00
Jason Dunsmore e6329a75f9 Add usage docs for magnum client
Closes-Bug: #1663646
Change-Id: I543a8cc02bd86e6823c82138dfdb054f23b5c250
2017-02-15 14:16:39 -06:00
Rajiv Kumar cb295c8b88 Added link for modindex
The documentation build does not generate any module index, therefore
modified setup.cfg to create module index. The page
http://docs.openstack.org/developer/python-magnumclient/py-modindex.html
contains module index.

Change-Id: I950b21f1946850e572f6ea19637ba439460bb3ec
2017-01-27 08:51:39 +05:30
Motohiro OTSUKA 29f2737a6e Added project required files.
Change-Id: Id480b25a628ac11e8def458846bb31d45463a5a6
2014-11-21 08:33:53 +09:00