Commit Graph

10 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d3794939f0 Switch sphinx language to en
With sphinx release of 5.0.0, they changed default for language variable
to 'en' from None. With that current None valuable is not valid and should
not be used.


Change-Id: I6f1f4a56d8f96c70308b630c149ec87f6c45b832
2022-05-30 16:01:40 +02:00
Jonathan Rosser 9b91f8c31b Fix linter errors
Change-Id: If180f49835bfe763da462c7073734dc89e238496
2020-10-01 16:57:26 +01:00
Andreas Jaeger 197ef9334f 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: I9596b331b8f5227eeb1a6e59bb559b95612c8f3e
2020-06-03 20:05:34 +02:00
Andreas Jaeger 5c1aa1f4ee 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: I58d25d7ab83208be8289bf106e10520b87221981
2020-05-20 18:51:57 +02:00
Andreas Jaeger 6e6d81e47d Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Use warnings for sphinx-build
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: Ida783dbc8649b8b5175bb254c00a67f533a29554
2020-04-13 20:14:39 +02:00
Dmitriy Rabotyagov fbb709dc96 PDF Documentation Build tox target
This patch adds a `pdf-docs` tox target that will build
PDF versions of our docs. As per the Train community goal:

  https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html

Add sphinxcontrib-svg2pdfconverter to doc/requirements.txt
to convert our SVGs.

Change-Id: I8b8d50dbf2329f8f972a0d9d734d788009dbc852
Story: 2006105
2019-10-18 15:31:59 +00:00
Mohammed Naser 137af0cbc2 docs: drop sphinxmark
sphinxmark is no longer compatible with the latest release of Sphinx
which is causing all of our documentation jobs to fail.  This patch
removes it as our current usage of openstacktheme for documentation
already provides watermarks for current branch and notices for which
branch the documentation covers.

Change-Id: I5867bf30dcfe13700e24dca528704dc21ae52b13
2019-04-04 05:01:37 +00:00
Jean-Philippe Evrard 7ac71c8edd Remove pip_install dependency
With addition of pip_install on every node, we don't
need to have pip_install as a meta dependency.

Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868
Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d
Change-Id: I908cc1cb0f972963f4102316cadf7d022bd1bfc0
2017-12-05 11:56:23 +00:00
Jesse Pretorius 176837ee2c 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.

Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
Change-Id: If1f638bf5e3bd1baefdce57a8a1ed44daf6b5c61
2017-10-18 17:32:42 +00:00
Jean-Philippe Evrard 27991691da Bootstrap tacker role
- Make possible to use gerrit with tacker role
- Introduced Vagrant file like the other roles
- Introduced gating files
- Introduced basic docs

Change-Id: I632010fe7de9a91614bc8088fa7321847f3aa9c1
2017-07-20 15:41:58 +02:00