6 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
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
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