Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger cdce86efcb 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: If046b8dded45c939bf596fdc8ae95f0d34602054
2020-05-31 19:35:00 +02:00
Andreas Jaeger 63e5a36156 Cleanup py27 support
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build
- Cleanup doc/source/conf.py to remove now obsolete content.
- Switch to openstackdocstheme version
- Remove install_command from tox.ini, the default is fine
- Fix docs warnings

Change-Id: Icf6a2d4229392e9d38af67567167b60d02d68019
2020-04-10 11:04:21 +02:00
Ghanshyam Mann 35efbbe802 [ussuri][goal] Drop python 2.7 support
OpenStack is dropping the py2.7 support in ussuri cycle.

specs repo either has py27 job or requirement or tox env.

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ia6d4378abf5ee92f371236a081b82157a9c88682
2019-12-30 14:45:57 +02:00
Ha Manh Dong 29c2a31d7e Switch to use stestr for unit test
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
So we should switch to stestr.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I753abb6ceae046e388357450a6cdb84af6e5fe74
2018-07-19 10:34:25 +07:00
hparekh 1927cfe901 pbr version has been updated
tox is getting failed while running in virtual
environment. Please check following logs
http://logs.openstack.org/75/269975/2/check/gate-mistral-specs-docs/e413d7d/console.html

Change-Id: Ibb3481d2b9cec92d01093192bb0b37155fff26da
2016-01-21 10:43:22 +09:00
Lingxian Kong 170b47d7ea Initial commit
Add structure, unit tests, and template for mistral-specs, creating
a functional specs repository without any approved specs.

Put example.rst in mitaka/approved and mitaka/implemented respectively
to avoid doc build warnings:
"pattern u'specs/mitaka/approved/*' didn't match any documents"

Implements: blueprint mistral-spec-repository
Change-Id: I092ec2f9b1aef9b1bf328658674119eb3cdf3380
2015-11-18 22:25:55 +08:00