Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger d496dad42d Use newer openstackdocstheme and reno versions
The sync from https://review.opendev.org/733244 updated to
openstackdocstheme 2.2.1 and reno 3.1.0 versions.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

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: Iaf5e1a33e4ce165fd31e8fd6aebee577b1cffb13
2020-06-03 19:02:52 +02:00
Andreas Jaeger 02e08a49c3 Update docstheme for style
New version of openstackdocstheme (Victoria+) respects pygments_style.
Since this repo is using now Victoria (master) requirements but has
not branched for Ussuri yet, it uses the new version.

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.

Change-Id: I300d3d1a2e4fb16805484fc7c30d61c041b6b7f3
2020-05-20 18:45:31 +02:00
melissaml 7fc569c154 Cleanup py27 support
This repo is now testing only with Python
3, so let's make a few cleanups:
- remove setup.* files, we don't need them for this repo
- Cleanup */source/conf.py to remove now
  obsolete content.
- Remove install_cmd, the default is fine,
  move constraints into deps.
  Cleanup tox.ini a bit

Change-Id: I00d81ef2ce142faadc4064e3fe15ca020783a7b4
2020-04-27 19:43:30 +02:00
Andreas Jaeger dff6aeda04 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

Switch also to openstackdocstheme as theme - as all other releasenotes
do.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: Ibab3018071cc249fb1d42a250090d999ef3f2931
2017-11-17 08:21:42 +01:00
Jean-Philippe Evrard 89319fd345 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

Change-Id: Iaee6f1c1836ee85770fd46a215e65cf2b2d517fa
2017-10-17 18:21:07 +00:00
gecong1973 ffce210f9b Use https instead of http for git.openstack.org
TrivialFix

Change-Id: I7edc7077ba702418ec09805e897474784a4a9f5a
2017-02-06 11:34:36 +08:00
Andreas Jaeger 8eb94e5328 Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I71e03411b81ab19a72753994821ac9c38db8d3e1
2016-10-06 20:35:21 +02:00
Jesse Pretorius 7abca60268 Update sphinx configuration
This patch updates the sphinx configuration for docs and releasenotes
to make it easier to replicate across repositories and to comply with
pep8 testing without exceptions.

Change-Id: I428a78d781a35e43d53bbcdaeb94658b5e0c91a7
2016-07-09 12:12:32 +01:00
Jesse Pretorius 0cc10c5bdc Add reno scaffolding for release notes management
Change-Id: Ib13e9c50ea0f96e97ef0eb8f92521ff68892d0cc
2016-04-09 19:18:55 +01:00