Commit Graph

17 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 5f76a510ac Deprecate os-panko role
Since upstream Panko project has retired, we deprecating role for it.

Since we might want to get some patches in for stable branches, we're
deprecating role instead of retiring it.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/799802
Change-Id: I35e008bcc9b35373dc6db2672ee1cabb328e7f9b
2021-07-07 15:44:31 +03:00
Jonathan Rosser bb55503e1f Remove CI jobs to allow db setup patch to merge
This requires patches to merge at the same time in os_panko,
os_gnocchi and os_aodh which is not possible.

Fix linter errors as linter version has been updated since this patch
was proposed

Depends-On: https://review.opendev.org/755484
Change-Id: I301a09fc94ed8f6e877f6cf9790b3d40626e859d
2020-10-01 13:36:56 +00:00
Zuul 13bba9a94a Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:41:58 +00:00
OpenStack Proposal Bot f8db0193cc Updated from OpenStack Ansible Tests
Change-Id: I0473f1f25357d8886e39fc38a8b92ecec02877be
2020-06-03 19:08:14 +00:00
Andreas Jaeger 7eb69a816c 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: Ic0976465fbbb30ab906b9648476a9a144bda9b23
2020-06-03 20:03:54 +02:00
Andreas Jaeger fa0827c16b 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: I11fe422e134d4ca4599ccb629dc1979760d89bb5
2020-05-20 18:50:52 +02:00
OpenStack Proposal Bot 23910b8940 Updated from OpenStack Ansible Tests
Change-Id: I1bd3d6accb5e769ed4e780c0b9cb2d943ef90468
2020-05-12 18:04:51 +00:00
OpenStack Proposal Bot 8caeae7a71 Updated from OpenStack Ansible Tests
Change-Id: I14eec9f7a9c3c2d7bab2d7f9cd933c61acc75c93
2020-05-05 13:33:26 +00:00
melissaml b751bbe8e4 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: I4af66e0a6aa3a5f2091adcebd39d45bef659073e
2020-04-14 18:32:50 +08:00
OpenStack Proposal Bot d857c1fb66 Updated from OpenStack Ansible Tests
Change-Id: I2f83b662bd4280fea046a9e5bbfb4f6c8c51b7b3
2020-04-13 17:52:24 +00:00
OpenStack Proposal Bot 6581e035a0 Updated from OpenStack Ansible Tests
Change-Id: Ie0182d12d3a2d8552f39c4f210ac21a2de6bf3d9
2019-11-21 16:35:37 +00:00
Dmitriy Rabotyagov bf7140aa24 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: I84883e010d0513f569d3f6f626f78ee3b4463a47
Story: 2006105
2019-10-18 17:38:46 +03:00
OpenStack Proposal Bot 46bb2417ea Updated from OpenStack Ansible Tests
Change-Id: I45051c5de526ab83014e4e2c8408d3b365f5ba1a
2019-07-30 19:42:56 +00:00
OpenStack Proposal Bot 79b6bef6a8 Updated from OpenStack Ansible Tests
Change-Id: Iaa3d0f4ca2fa7682865c1178392ac1e7697782c7
2019-07-20 09:36:41 +00:00
Mohammed Naser eb9cdd615a 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: I6c7ed2fe84710e9ddeb2e0857ccdf1fd60ea328c
2019-04-04 05:06:26 +00:00
Jesse Pretorius 69b86de996 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: I75c99e8129f2c6aa2382281a2dec3296b50f8db1
2018-07-12 22:10:01 +01:00
Jesse Pretorius 0e01d050c4 Update branch for master, and add scaffolding for openstack-infra
The content in master came from the stable/pike branch, so we change
all the branch references to work with master instead.

We also add various scaffolding and update various files so that
it matches the right content for master and will be able to build
docs/releasenotes when imported into openstack-infra.
2018-02-21 11:41:27 +00:00