RETIRED, A collection of python libraries for the Validation Framework
Go to file
Andreas Jaeger 5804a0f1e4 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

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.

Disable openstackdocs_auto_name to use 'project' variable as name.

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.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

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: I95a09d6ce195af3d483e170976f54353332bb190
2020-05-28 14:44:40 +02:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-28 14:44:40 +02:00
validations_libs Handle multiple validation logs results 2020-05-18 14:53:52 +02:00
zuul.d Add API Documentation structure 2020-05-14 11:53:31 +00:00
.coveragerc Add missing stuffs for pytesting with tox 2020-03-03 10:45:41 +01:00
.gitignore Add API Documentation structure 2020-05-14 11:53:31 +00:00
.gitreview Improve the way we log on the file system 2020-03-11 17:07:56 +01:00
.pre-commit-config.yaml Improve testing infrastructure 2020-03-04 13:47:41 +01:00
.stestr.conf Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
LICENSE Initial commit 2020-02-28 10:42:18 +01:00
MANIFEST.in Adding the foundation files 2020-02-28 14:47:28 +01:00
README.rst Fix title. 2020-05-14 08:44:21 +00:00
bindep.txt Adding the foundation files 2020-02-28 14:47:28 +01:00
lower-constraints.txt Switch to newer openstackdocstheme and reno versions 2020-05-28 14:44:40 +02:00
requirements.txt Remove mock as a test requirement and add PyYAML as requirement. 2020-03-17 10:10:45 +01:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:22 -05:00
setup.py Adding the foundation files 2020-02-28 14:47:28 +01:00
test-requirements.txt Switch to newer openstackdocstheme and reno versions 2020-05-28 14:44:40 +02:00
tox.ini Add API Documentation structure 2020-05-14 11:53:31 +00:00

README.rst

# validations-libs

A collection of python libraries for the Validation Framework