Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger d926c5f13d 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_version to not auto-version the documents.

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.

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.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Remove also now obsolete sections from setup.cfg and cleanup tox.ini.

Change-Id: I861983389f7dc57d229a2c87e28ff3deb91a4a63
2020-06-03 20:50:01 +02:00
qingszhao 5855e723cc Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ib430c448b62971c3e6e35759eca84dbbeffbcc3e
2018-12-04 16:31:28 +00:00
Andreas Jaeger eeee9fddd2 switch documentation job to new PTI
Update .zuul.yaml to use PTI job, update tox.ini to use the common way
to run sphinx, update setup.cfg for handling warnings as errors.

Add new docs target to tox.ini and make it default target, the target is
needed by CI scripts.

Note that ossa does not work with python3, so the docs environment does
not use basepython. This needs a rework of doc/source/_exts/vmt.py.

Change-Id: I7196aab97167d857f0afdfe005d74c7f0f8f1073
2018-11-05 10:25:23 +01:00
Tristan Cacqueray 0fd4bff9e4 Revert "Fix the missing man_pages config warning error"
This reverts commit e5e48e4402.

Change-Id: I465467aa80405c29b3835528ce3f644271d19709
2015-06-10 17:59:10 +00:00
Tristan Cacqueray e5e48e4402 Fix the missing man_pages config warning error
This is a temporary fix until next oslosphinx update.

Change-Id: I16706b7af0d79719c45dd3b61b9c94fe8bbac18f
2015-06-09 19:57:23 +00:00
Thierry Carrez 62af610079 Import basic repository structure
Prepare for repository publication by:
- moving all YAML under ossa/
- cargo-culting doc building from openstack/governance
- adding a LICENSE (CC 3.0 BY)

Change-Id: I68354a7b75060ed5012e16048e40ffb61007ff9d
2014-12-01 11:27:31 +01:00