Commit Graph

20 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 1906bd37ec 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: Icc83041041372b0fb5a9fa897d336f48f3df78b9
2022-05-30 16:01:11 +02:00
Jonathan Rosser 6b1c9e95b6 Fix linter errors and update tests
This patch fixes linter errors, updates tests, and adds the MTUBytes
interface configuration option to the systemd .network file to support
live MTU changes upon restart of systemd-networkd. Without it, MTU
changes will only be effective upon boot (might only affect Focal).

Change-Id: I05da4036b0ddc3fb88ba958f413a32fa6819de61
2020-10-28 12:34:10 -05:00
Zuul 89c354a48b Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 10:54:01 +00:00
OpenStack Proposal Bot 3257657a0d Updated from OpenStack Ansible Tests
Change-Id: I9bf0e09a7d4873ad5aeec1b6f1b16d85cea47d4a
2020-06-03 19:13:27 +00:00
Andreas Jaeger b7400315fa 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: I11211f345869d24e82552844a6f8d57db1103aa1
2020-06-03 18:57:45 +02:00
Andreas Jaeger e99e15b793 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: Id7d1efab938389929e6375bf8570f6c210234876
2020-05-20 17:24:39 +00:00
OpenStack Proposal Bot 2c77e78f22 Updated from OpenStack Ansible Tests
Change-Id: I88cfdac1d97fb320a99f0b07e101e648ba0b7b4c
2020-05-12 18:06:08 +00:00
OpenStack Proposal Bot b2533221f4 Updated from OpenStack Ansible Tests
Change-Id: I5cfd84499612df31dbb874b4c171131ee688830d
2020-05-05 13:35:22 +00:00
Andreas Jaeger 4c762573ec 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 */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine

Change-Id: I4b40d9570a2214f245d439693daecced49f97dc5
2020-04-25 16:00:47 +02:00
OpenStack Proposal Bot 167416cf18 Updated from OpenStack Ansible Tests
Change-Id: I96b28ea05e46aa41be0eac50c18ef5f2873e7a22
2020-04-13 17:57:09 +00:00
OpenStack Proposal Bot 2a8d3b6567 Updated from OpenStack Ansible Tests
Change-Id: I7137b1a2eb366c88baa7b635bdde2c9bed66c2b0
2019-11-21 16:37:42 +00:00
Dmitriy Rabotyagov 658b32023d 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: I6e5d98ada4d1176b6c32dcbe8b5655e14a839a3d
Story: 2006105
2019-10-17 15:36:30 +00:00
Zuul e4e4d043f5 Merge "Replace git.openstack.org URLs with opendev.org URLs" 2019-08-15 02:17:33 +00:00
OpenStack Proposal Bot f35908ef96 Updated from OpenStack Ansible Tests
Change-Id: Idf1bd29ba1aafbfed2ca654ae6decff46000d873
2019-07-30 19:48:03 +00:00
OpenStack Proposal Bot 639c732a1d Updated from OpenStack Ansible Tests
Change-Id: I1c8c542e39664e2c051ab128e3fec54826ac21be
2019-07-20 09:43:01 +00:00
melissaml fc954bcb01 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ic0196a84e18c6d7fe2e4df40d9b15c3c76aae436
2019-05-10 18:48:48 +08:00
Mohammed Naser 3bb3d5aa69 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: Ia615053452e5f6693348e8dc2036112298d5c0db
2019-04-04 05:12:56 +00:00
Jesse Pretorius 6040d8dfe9 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: I1be4adb97fb3a37968afb9628fe3a7346cc55ccc
2018-07-02 19:59:03 +00:00
Logan V cebf3b3482
Add base role tests
Depends-On: https://review.openstack.org/#/c/554402/
Change-Id: I3b270cc65aedaf9ef7375289b0ff7373b2c8d705
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-21 00:18:24 -05:00
Kevin Carter dd82b31ee2
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-13 23:09:48 -05:00