* Replace .testr.conf by .stestr.conf for migration and update
.gitignore, tox.ini and test-requirements.txt files accordingly
* Use py3 as the default runtime for tox
Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: Ibeb39fd9293ad037b038857507eeb498856036e3
Switch to openstackdocstheme 2.2.1 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.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
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.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: I29bd46cb0d134f85ab6e8260339a943240a50568
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
know about the requirement
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine
- Remove babel.cfg, it's not needed
- move basepython into testenv
Change-Id: I4c0e3b9b12c6b46c3b6b6a2f8f96e6996421dd8d
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.
Change-Id: I6e7c0b0ce266d359fc6db595b0201c43b3b40fc3
The py27 job is failing, adding testrepository fixes it.
The pep8 job is failing, updating versions for hacking fixes it.
Change-Id: I59f8015a3609ca362094b63faed5819e27e271c2
Closes-Bug: #1782005
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: Iffe8047944add2d8f63cb8031a633c1fe8fff09c