Commit Graph

18 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov abb26f320e 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: Ib85d59a879972de4f5771335f1772447f39d0219
2022-05-30 16:01:30 +02:00
Jonathan Rosser 9191ca7d7b Fix linter errors
Change-Id: I81cfd9457f9c4c0f274a7a5c5ee65f1f9e38b6f8
2020-10-01 16:49:46 +01:00
Zuul ca494f609e Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:24:20 +00:00
OpenStack Proposal Bot 9b01a7e024 Updated from OpenStack Ansible Tests
Change-Id: Ie2e73fab3cadccc1cd740113ed0eaa8a20310e7f
2020-06-03 19:06:09 +00:00
Andreas Jaeger ad5c9e8359 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: Ifa735a899a47517ff1348a7305675ac766c31c84
2020-06-03 19:59:48 +02:00
Andreas Jaeger c87462b1b7 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: I4a916483269fb8cff4050552c361b0a26101d2db
2020-05-20 18:49:54 +02:00
OpenStack Proposal Bot b0895c0ea1 Updated from OpenStack Ansible Tests
Change-Id: If7e6613105f26911f184c8535b6260529906597a
2020-05-12 18:04:25 +00:00
OpenStack Proposal Bot 73cc5b6622 Updated from OpenStack Ansible Tests
Change-Id: I9dd1f11b8e11964a8b3eaa1b123db287f1d053ec
2020-05-05 13:32:44 +00:00
melissaml 6ae84ce8be 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: I6335f78b57f4942d4b3b82388659e5d454907eb1
2020-04-14 17:30:50 +08:00
OpenStack Proposal Bot db86245dcc Updated from OpenStack Ansible Tests
Change-Id: I978870bb4c529a23219051ebcd5b07fe38b76167
2020-04-13 17:50:37 +00:00
OpenStack Proposal Bot aedf7c41d5 Updated from OpenStack Ansible Tests
Change-Id: I16c73021b07d5fd111761ec26e417096851628dd
2019-11-21 16:34:53 +00:00
Dmitriy Rabotyagov f5c1defc5a 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: Ibfaa68bd814d9dd40c2beba244e732f03b1193b3
Story: 2006105
2019-10-18 18:37:40 +03:00
OpenStack Proposal Bot 8218d12339 Updated from OpenStack Ansible Tests
Change-Id: I33345e56c29b9f7d3fe3bcb905e4e4546033b262
2019-07-30 19:41:15 +00:00
OpenStack Proposal Bot 7e41f3a37c Updated from OpenStack Ansible Tests
Change-Id: Ia8fe020d5a5304342d4989d1bfd132ae4ea4eb77
2019-07-20 09:34:27 +00:00
Mohammed Naser edb912bbca 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: If899e6179607760480ef1640a3ddcfa4eea76d63
2019-04-04 05:02:57 +00:00
Jesse Pretorius 9eb6fb2a17 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: I9635c7a83e98e951198e4fb79aea43762652acd9
2018-07-13 18:11:57 +01:00
Jean-Philippe Evrard ab6cfd1ef1 Add Maskari base jobs
This introduces the most basic jobs for masakari.

Change-Id: Ie62ea7ec96b8963b5d3815a9241cce964e8fafc2
2018-05-08 15:39:48 +05:30
nirajsingh 130e4c0e29 First commit 2018-04-16 17:02:09 +05:30