Commit Graph

16 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 025824434b 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: If134334692ceb392f5a3704415ea4bb6cdeeb85f
2022-05-30 16:01:40 +02:00
Jonathan Rosser 44b36a2e34 Fix linter errors
Change-Id: I6b377208897e30d7133d60c40626d7078cd4e661
2020-10-01 16:54:28 +01:00
Zuul ab37429432 Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:38:33 +00:00
OpenStack Proposal Bot 2226288b27 Updated from OpenStack Ansible Tests
Change-Id: I760456f46da6660b19dbfa32d052fa9998555bf0
2020-06-03 19:08:26 +00:00
Andreas Jaeger b88f434b0a 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: I436916fffd872f48292b6d85454410bb27ca47e7
2020-06-03 20:04:21 +02:00
Andreas Jaeger 248a850d43 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: Ie2238bf06d36b1eb801a093eb3db52529d95ef77
2020-05-20 18:51:05 +02:00
OpenStack Proposal Bot 2c684c8867 Updated from OpenStack Ansible Tests
Change-Id: Ifd407ba7b4f23d42880904d57f4d2339f32cc967
2020-05-12 18:04:54 +00:00
OpenStack Proposal Bot ca9e2fcb87 Updated from OpenStack Ansible Tests
Change-Id: Iba8907fbd789957e2152f4fbdb4e86736a3f2832
2020-05-05 13:33:31 +00:00
melissaml a47b4b4190 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: I6a79131bbd0b3ecf9a7f37d303b67daeb06fba67
2020-04-14 18:30:11 +08:00
OpenStack Proposal Bot aad2cbad40 Updated from OpenStack Ansible Tests
Change-Id: Ic71a83e1a76e89fa7459f42775cf3b011cc3073a
2020-04-13 17:52:36 +00:00
OpenStack Proposal Bot ec7a828d83 Updated from OpenStack Ansible Tests
Change-Id: If0da38af30e98eb1603d04a20c454b9954d5eaec
2019-11-21 16:35:42 +00:00
Dmitriy Rabotyagov 34d33864b6 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: I8acd14ea70b0f7cfb0e36005bb968e2e1042bbf1
Story: 2006105
2019-10-18 17:51:01 +03:00
OpenStack Proposal Bot d9e04c6c08 Updated from OpenStack Ansible Tests
Change-Id: I35fcfca99851182e0b71a0e1237af33f2e856834
2019-07-30 19:43:08 +00:00
OpenStack Proposal Bot 296282dd3e Updated from OpenStack Ansible Tests
Change-Id: I1a0d7756a4f9f239fe83de0419a22625a6421dff
2019-07-20 09:36:57 +00:00
Mohammed Naser cc83465a4b 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: I97bd423729ef2c9455a68f6ecd8e13ac77c3e84b
2019-04-04 05:00:52 +00:00
Guilherme Steinmüller 565c63a659 Initial commit to os_placement role
This is the initial commit to the development of
os_placement role. It contains scaffolding in first.

Change-Id: Ibbe569238f77f0cfcc23c037bd94a803347d9ef6
2018-11-05 12:05:35 +00:00