Commit Graph

29 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 07ae836651 Deprecate rsyslog_server role
Depends-On: https://review.opendev.org/c/openstack/project-config/+/863079
Change-Id: I2abe014ede0e3fa4ed07b22990c95beb2b847222
2022-10-31 16:59:05 +01:00
Dmitriy Rabotyagov e6fea6f8ea 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: Id7326c17ecc4a9388952a4fe2e90ce935047a6f8
2022-05-30 16:01:45 +02:00
Zuul 3dce7cdaa9 Merge "Cleanup py27 support" 2020-10-19 09:32:17 +00:00
Zuul 1461e60486 Merge "Use newer openstackdocstheme and reno versions" 2020-06-05 11:42:45 +00:00
OpenStack Proposal Bot 81f0a46991 Updated from OpenStack Ansible Tests
Change-Id: I8ead7f2e3ec0054f329d30f2d2bf28a01dcd3b2f
2020-06-03 19:11:59 +00:00
Andreas Jaeger 91d242d411 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: I0ea31d2aff4b9e2acd177439819524b388765f5a
2020-06-03 20:08:32 +02:00
melissaml 5c1ca98fe1 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 noww
 obsolete content.

Change-Id: I4a8fc095762151927cd9b0a63ba0f0af93d46b14
2020-05-20 21:01:10 +00:00
Andreas Jaeger a132b3568f 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: I7332563311782fe603f8ecbb3d1e6041b83fafbb
2020-05-20 18:53:17 +02:00
OpenStack Proposal Bot bc8d051dc8 Updated from OpenStack Ansible Tests
Change-Id: I89d5e9713fe0e4a5651df4e476460016abfd7eda
2020-05-14 05:59:37 +00:00
OpenStack Proposal Bot 6aba1c8b77 Updated from OpenStack Ansible Tests
Change-Id: Ib3f78c4292e26ed27d4bff48eded9beb9eb4bb3d
2019-11-21 16:37:08 +00:00
OpenStack Proposal Bot 7708d423ba Updated from OpenStack Ansible Tests
Change-Id: If973e02dc2ab52e5dbe494f1b09a6042d6f13bf9
2019-10-23 17:27:14 +00:00
OpenStack Proposal Bot cd782be5cc Updated from OpenStack Ansible Tests
Change-Id: I098123fbaf9967559e031780a4637cf45c6a031a
2019-07-30 19:46:42 +00:00
OpenStack Proposal Bot 59c1c448b7 Updated from OpenStack Ansible Tests
Change-Id: I8094a51a3ca7486701e893ba18a2afd5c9c4a6ed
2019-07-20 09:41:28 +00:00
xuanyandong c0a19aca4c Cap sphinx for py2 to match global requirements
Change-Id: Ia5bbecf06019a5d72c038c30155685260ece7a51
2019-05-20 15:14:23 +08:00
Mohammed Naser 7f84086154 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: Idb1d4435518d60ec89c52d5fbffdbc80e56d7c5b
2019-04-04 05:03:14 +00:00
OpenStack Proposal Bot 3d2bddbd07 Updated from global requirements
Change-Id: Id55fdaaf1234e7d45b4beed6dd4a9735626cb2f1
2018-03-15 07:41:36 +00:00
OpenStack Proposal Bot 888122c6da Updated from global requirements
Change-Id: Ifcf107b5a24456da099df57a49fe21803e724a14
2018-03-13 07:18:14 +00:00
OpenStack Proposal Bot 8ba52228cf Updated from global requirements
Change-Id: I9f22c4a8ce3fe5ebf1ed48890bee92e4a6c17bdb
2018-03-11 13:55:19 +00:00
ZhongShengping 8db9bb4411 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 detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: If0e7e5af0973eea1a4f413dd1d5e5983101c1bb9
2018-03-09 12:01:28 +08:00
Jesse Pretorius 8c80a8a574 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

Change-Id: I8cae14c37422a5eb4b9580b0a8220ddfa5cb6053
2017-10-17 18:04:37 +01:00
ZhongShengping 7895d12985 Fix openstackdocstheme settings
To use openstackdocstheme 1.11.0 properly, this patch fixes
some settings according to follow[0].

[0]https://docs.openstack.org/openstackdocstheme/latest/

Change-Id: Ia0e4bb0f3798eff6ec9943976af743c64c6c66e2
2017-07-03 16:28:14 +08:00
gecong1973 57abc11af0 Use https instead of http for git.openstack.org
TrivialFix

Change-Id: I45ccac3946ec0088ccaa28ee3767e4fa7ac50857
2017-02-06 11:25:00 +08:00
Andy McCrae be6293b2d0 Update repository with reference to role git location
Change-Id: Id364a78ba416334514a7f6f928dbac9cf4455b3d
2016-12-22 14:26:24 +00:00
Jean-Philippe Evrard fe6b22081f Point roles docs bugs to openstack-ansible LP
Currently when clicking on the small bug in the roles'
docs, we land on openstack-manuals launchpad.

This should solve it.

Change-Id: I82453cda5063cb8c9094d0d4d71b72b94ff5aa59
2016-12-01 14:28:52 +00:00
Nish Patwa 040702ea1d [DOCS] Added release-name as a watermark to Docs.
Added a water mark to the role documentation
to make clear to deployers which release they're
working with.

Modified conf.py that adds watermark to the documentation according
to particular branch. If the current branch is master than
watermark is 'Pre-release' and if the current branch is
stable/<release-name> than watermark is <release-name>.

This is a combined implementation based on the following
patches:
- https://review.openstack.org/372565
- https://review.openstack.org/382637
- https://review.openstack.org/384140

Change-Id: I656a529fded1070ddc97dc19c31f4618e152402e
2016-10-18 18:14:57 +00:00
Nish Patwa ca766f9b66 [DOCS] Added release-name as a watermark to Docs.
Added a water mark to the role documentation
to make clear to deployers which release they're
working with.

Modified conf.py that adds watermark to the documentation according
to particular branch. If the current branch is master than
watermark is 'Pre-release' and if the current branch is
stable/<release-name> than watermark is <release-name>.

This is a combined implementation based on the following
patches:
- https://review.openstack.org/372565
- https://review.openstack.org/382637
- https://review.openstack.org/384140

Change-Id: If6fa3b117822b99d3bc55dbcf09157116186279c
2016-10-17 12:08:44 -05:00
Andrew Meserole 8d41188c3c [DOCS] Refactor rsyslog_server Docs
This commit refactors the current docs in the rsyslog_server role.
Moving forward, specific project configurations are maintained
in the appropriate role book.

Change-Id: I688e7a244828a54692fd466eb534cfd6d9cb351d
2016-08-12 10:20:35 -05:00
Jesse Pretorius 05e89a7b23 Update sphinx configuration
This patch updates the sphinx configuration for docs and releasenotes
to make it easier to replicate across repositories and to comply with
pep8 testing without exceptions.

Change-Id: Ic5b8ee34bf9b4322b292897cb50c52ce55e17052
2016-07-12 16:55:36 +01:00
Kevin Carter 2b4bf4547c
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:27:53 -06:00