Commit Graph

18 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 7dd254b652 Remove mention of haproxy-endpoints role
Role was never migrated to usage of haproxy-endpoints role
and included task was used instead the whole time.
With that to reduce complexity and to have unified approach, all mention
of the role and handler are removed from the code.

Change-Id: I126a9180d37fe3242762776837e2b15abc9924e2
2022-06-14 18:01:48 +00:00
Dmitriy Rabotyagov f7fb516d55 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: Ifcc9212f51102970cea67fb59b037151c6cfda3a
2022-05-30 16:01:30 +02:00
Jonathan Rosser 5e8fdd74fd Fix linter errors
Change-Id: Ifbcc7c1c77f4fecbf8e32c89da6d0e29a7e41ee8
2020-10-01 16:50:34 +01:00
Zuul d327fa3872 Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:42:47 +00:00
OpenStack Proposal Bot b94a5b2240 Updated from OpenStack Ansible Tests
Change-Id: Ie258bad97cf37d87185778df4970cf08a7e94cbe
2020-06-03 19:06:22 +00:00
Andreas Jaeger 499ef8e03f 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: Ib4ae910ab2901f4384f8ae631a1ea7a847bc15d2
2020-06-03 20:00:12 +02:00
Andreas Jaeger cad673b11f 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: Ib32718e45ffcff09303692cc3ff85c95d3a382a6
2020-05-20 18:50:07 +02:00
OpenStack Proposal Bot add3f6ad56 Updated from OpenStack Ansible Tests
Change-Id: I31cab685ebf9ff10855affbce8644d4987e0fbfe
2020-05-12 18:04:28 +00:00
OpenStack Proposal Bot f5a7e5c301 Updated from OpenStack Ansible Tests
Change-Id: I74c8016e6fe4e1098dc4741b7f1f1510a5b9a202
2020-05-05 13:32:49 +00:00
melissaml 4c45590c8d 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
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: Idec05e332535756c2cc88c2fbf3419639b6f45de
2020-04-14 17:37:16 +08:00
OpenStack Proposal Bot 08695fedfc Updated from OpenStack Ansible Tests
Change-Id: I6c291bab2b418b72d524416bcba3f16a07a34ad9
2020-04-13 17:50:48 +00:00
OpenStack Proposal Bot b9f815d6d3 Updated from OpenStack Ansible Tests
Change-Id: Id636f06b345f753424134b0698bb76ac90f23ac6
2019-11-21 16:34:58 +00:00
Dmitriy Rabotyagov fd002ac32b 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: I8f9e9bc6f941a6ff84bfdabddd4c8bda0a443e76
Story: 2006105
2019-10-18 14:25:05 +00:00
OpenStack Proposal Bot dd5008154e Updated from OpenStack Ansible Tests
Change-Id: I11ffcad8479470945f17dbd01b2220d5ecc5008a
2019-07-30 19:41:28 +00:00
OpenStack Proposal Bot b0fb9de70b Updated from OpenStack Ansible Tests
Change-Id: Ifcc7f1a62cb838e194457a74d74e1d559dff969d
2019-07-20 09:34:44 +00:00
xuanyandong 1bd38882ba Cap sphinx for py2 to match global requirements
Change-Id: I0603501d55e04b4c6d5bb03510ebf74c001ae272
2019-05-17 18:07:27 +08:00
Mohammed Naser 3906b3530c 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: I236b414dc224523cdce851926b13d310d6b9007b
2019-04-04 05:11:41 +00:00
Mohammed Naser b6f83caabf Add initial Mistral role
This role allows the installation of Mistral alongside running
all of the API tests.

Depends-On: I2e19efd5fdcb0bdbb3d1cd5ee44f20e4807ea537
Depends-On: Ie3d8fb921dfedff0852b630a0a0af17b97c1bffa
Change-Id: I2390533690cd2c4511a272cc0834e240bb554696
2019-02-06 15:42:34 -05:00