Commit Graph

17 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 076b8f940e 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: Ie1bbbbd73c3d33cb8b7bc99bf32b6497c7f40534
2022-05-30 16:01:09 +02:00
Jonathan Rosser c933848c4b Fix linter errors
Change-Id: If2ab6dfde044be031516bfae64b32bc461699760
2020-10-02 07:36:28 +01:00
Zuul bc7862b001 Merge "use newer openstackdocstheme and reno versions" 2020-06-05 11:37:05 +00:00
OpenStack Proposal Bot 0c6032145e Updated from OpenStack Ansible Tests
Change-Id: If0175ee506ba555044f50610a2ddb71a3c6ecd5a
2020-06-03 19:13:15 +00:00
Andreas Jaeger bedf5758b1 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: I63feca3be7a797b2c2af8e650b938aef0f1cd782
2020-06-03 18:57:16 +02:00
Andreas Jaeger f73cc34a51 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: I93ed87772eeea389ebf6d1cb95241091d54e9ae0
2020-05-20 17:25:19 +00:00
Andreas Jaeger e6f49256f5 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
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine

Change-Id: I7c218a48cb8c799f8b745c9a9cc7c5302e83e49b
2020-04-25 15:47:33 +02:00
OpenStack Proposal Bot d3587bbf84 Updated from OpenStack Ansible Tests
Change-Id: I67fbcdd293ceb3a739d1940129cbc77a8fdb64e4
2020-04-13 17:56:58 +00:00
OpenStack Proposal Bot d0bfc5aa24 Updated from OpenStack Ansible Tests
Change-Id: I8326a4b4787bdf734c2edb5bcdd765d5460e62db
2019-11-21 16:37:36 +00:00
Dmitriy Rabotyagov 6acf8cb658 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: Ia9fba86a15acdc050e9014e4d2c44324d8eae692
Story: 2006105
2019-10-17 15:36:53 +00:00
OpenStack Proposal Bot 98a83ad3bf Updated from OpenStack Ansible Tests
Change-Id: I1d4dd85fd6840420884857ed40af7d665ad26fba
2019-07-30 19:47:50 +00:00
OpenStack Proposal Bot d4e3b36066 Updated from OpenStack Ansible Tests
Change-Id: I485b6ec7c8ccb5798eb2e5c5d2c047899eba391b
2019-07-20 09:42:45 +00:00
Le Hou 272f4b274e Update to opendev
Change-Id: Ifc152942fdea3d81b5bc98e5d68904b380e6f784
2019-04-24 01:10:14 +00:00
Mohammed Naser 55cf2af70c 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: Idcef4fb8d3e0716c8c31ac8f3b51e2dae1b74cf2
2019-04-04 05:00:21 +00:00
Jesse Pretorius fdab502526 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: Ia136d992b96c92f80a6b07448a48855ed324fb9d
2018-07-02 08:39:44 +01:00
Logan V cc125a7437 Add base role tests
Depends-On: https://review.openstack.org/#/c/554402/
Change-Id: If4047f2d3f2286dc6188cc62e3d17c47b2f88cd4
2018-03-19 23:00:29 -05:00
Kevin Carter 4f37977e7b
Initial Commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-03-13 02:06:48 -05:00