Commit Graph

20 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 1a5758969a 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: Ic60f8576f17e513622c036bd88c9602d82f04c33
2022-05-30 16:01:21 +02:00
Jonathan Rosser e77e0418ed Fix linter errors
Change-Id: I8f4bc0ef15106f97cdaec2999196eb0e7664aae6
2020-10-01 16:38:46 +01:00
Zuul f82dcde666 Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:40:35 +00:00
OpenStack Proposal Bot a12f2a36f0 Updated from OpenStack Ansible Tests
Change-Id: If1e7279a6a5f4e8764cbc8bac7b4b8804ec51ef1
2020-06-03 19:02:42 +00:00
Andreas Jaeger 340f78cf7c 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: Idd9ce45c7bbcf115f9f43bdd3a59fc27d2835c5a
2020-06-03 19:12:13 +02:00
Andreas Jaeger 2b45c04348 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: Ib587b96db0ea368e31b67b3d6102f78a6852abda
2020-05-20 18:46:56 +02:00
OpenStack Proposal Bot 2c4f5d0513 Updated from OpenStack Ansible Tests
Change-Id: Id2b2f0a08d6107bb43a7436311028183a7d679c6
2020-05-12 18:03:35 +00:00
OpenStack Proposal Bot 068dab2248 Updated from OpenStack Ansible Tests
Change-Id: Ib17986edc9ba696717a7709bc31fdf351fd5abff
2020-05-05 13:31:27 +00:00
Zuul 1ade92f9f4 Merge "Cleanup py27 support" 2020-04-14 19:37:57 +00:00
melissaml 750bfc8e15 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Use warnings for sphinx-build
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: I49d20c142af9345125540de61e9476f317ab6a38
2020-04-14 16:29:31 +08:00
OpenStack Proposal Bot e9396a3df3 Updated from OpenStack Ansible Tests
Change-Id: I8f49994d25439ca4da3d00b46baee0616b0fd3d1
2020-04-13 17:47:24 +00:00
OpenStack Proposal Bot bbe132297c Updated from OpenStack Ansible Tests
Change-Id: Ia6ccaf8fb5d951741a75ad7a465abbde092d1016
2019-11-21 16:33:34 +00:00
Dmitriy Rabotyagov 23ed64b6fc 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: Ic5d3234ca20699222eb7c866e269fec9690a4f49
Story: 2006105
2019-10-18 12:56:37 +00:00
OpenStack Proposal Bot 4eccd1b090 Updated from OpenStack Ansible Tests
Change-Id: Ia91bf1a2dd2c2d9c83dfb75d9417efa1702f38b3
2019-07-30 19:37:37 +00:00
OpenStack Proposal Bot e5c0ee7cc2 Updated from OpenStack Ansible Tests
Change-Id: Ie67f9a08f5960c31e56d96774b5fb8e0430fe0cd
2019-07-20 09:30:15 +00:00
xuanyandong c520ec02a3 Cap sphinx for py2 to match global requirements
Change-Id: I0d14135485c5968ca5a542b1c047c20810e250ca
2019-05-17 18:20:09 +08:00
Mohammed Naser cc7070c4b0 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: Ic367227f9d2345728f82af63fd3e540ff4be26a4
2019-04-04 05:02:23 +00:00
Jesse Pretorius e0a27e69a8 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: I7c1a9f6e2e4f74b90a12ccf277f829b67b7f332f
2018-07-14 15:06:06 +01:00
Taseer Ahmed f230746d4e fix linter errors 2018-02-19 09:31:51 +05:00
Taseer Ahmed ad1142cc60 Filling in more content
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2018-01-25 12:14:58 +05:00