Commit Graph

21 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
Zuul 34780cbea3 Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:44:51 +00:00
OpenStack Proposal Bot f40b47a45f Updated from OpenStack Ansible Tests
Change-Id: Ib3bf9d724184e734298cdac534eb6b7226c897bf
2020-06-03 19:09:30 +00: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
OpenStack Proposal Bot 292ea8bbce Updated from OpenStack Ansible Tests
Change-Id: I0919faec492c721fbb95b4da5478571a01d62756
2020-05-12 18:05:09 +00:00
OpenStack Proposal Bot f065d9710b Updated from OpenStack Ansible Tests
Change-Id: I4f7d7bd3c39b82fc21000738f6d2973514516481
2020-05-05 13:33:54 +00:00
Zuul 4efb7a6195 Merge "Cleanup py27 support" 2020-04-14 18:11:43 +00: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
OpenStack Proposal Bot 5894f671a0 Updated from OpenStack Ansible Tests
Change-Id: Iddd0720a207396790e251379f1086fc7af93125e
2020-04-13 17:53:33 +00:00
OpenStack Proposal Bot daa3b4e920 Updated from OpenStack Ansible Tests
Change-Id: I1c674f107dbbe3d968bf5b2e95fb04c760cb0cf1
2019-11-21 16:36:07 +00: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
OpenStack Proposal Bot 7d854c91d4 Updated from OpenStack Ansible Tests
Change-Id: I6214ef8fd6f590e424e9a0cfa5286fd3e808af2c
2019-07-30 19:44:12 +00:00
OpenStack Proposal Bot 964941c059 Updated from OpenStack Ansible Tests
Change-Id: I258c6f6794fc8f60f71f1d3c93d78c7e921a7628
2019-07-20 09:38:14 +00:00
xuanyandong 9d1a4d704a Cap sphinx for py2 to match global requirements
Change-Id: I9f6086e529dd6ca3f04a211bbf592a1e9a4fc5f1
2019-05-20 15:09:00 +08: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
Jesse Pretorius e041c22d5d Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

For more details information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

In order to pass the requirements check, a new lower bound is set for the
'pyasn1' and 'requests' packages.

Change-Id: I9e8a0454eda8af88eeb690f75107d001e7d3a8b8
2018-07-13 16:00:06 +01: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