Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 0b0dd66b2c Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version 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: Ib10098b79479aec37d7b34818dcae9deb3bc1742
2020-05-30 18:42:36 +02:00
Andreas Jaeger 0bdc711816 Update docs building, py27 cleanup
Update docs building, cleanup after py27 removal a bit:
* Update requirements for Sphinx and openstackdocstheme for
  python 3
* Remove unneeded sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Move constraints into deps, use TOX_CONSTRAINTS instead of obsolete
  UPPER_CONSTRAINTS
* Switch to hacking 3.0, fix problems found

Change-Id: I8b5634b02b399a0678c611b7be8593280b666953
2020-05-03 11:32:38 +02:00
Ghanshyam 7e4940130e [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

kuryr-tempest-plugin 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: I275bb0bae3e59b0abbea807f401361b201962e7f
2020-01-23 16:05:26 -06:00
Matthew Thode 779930d240
update sphinx requirement to match upstream
Change-Id: I7f29a3cd8ed959bec4c72405664c1fee2fcc2a46
2019-08-20 13:32:35 -05:00
Michał Dulko 8b5dd76a46 Remove usage of oslosphinx
Seems like some recent update of Sphinx broke oslosphinx extension. We
don't really need it now, so this commit removes it by adopting the
"modern" way of building docs (mostly based on how it's done in
openstack/kuryr-kubernetes).

Change-Id: I8a0d5e3923b6497eb7c6944fc6d9adc9007bf5ec
Closes-Bug: 1824958
2019-04-16 09:56:20 +02:00
Daniel Mellado 0a820212fe Add scenario test manager
This commit adds a scenario test manager and an example scenario test
using it for cross-connectivity between pods and vms.

Change-Id: I890f5b35847a7b874659c52b172a5af7da26a147
2017-10-27 09:28:58 +00:00
Kirill Zaitsev 1a142e9c1a Add initial documentation
Change-Id: If0bcf4f36d0908c1888d6f07860077db8f4d1a16
2017-06-20 23:29:41 +04:00