930dd24dd2
Sphinx was pinned to >1.5.0 <=1.7.0 4 years ago. It is now on v4.4.0, and we're seeing an incompatibility with the latest version of jinja2. Along with updating the Sphinx version, this also includes fixes for several warnings generated in the latest version: * Outdated docs due to the removal of the "parser" param from Base.get_xml * Class lookup issues * External links for which we have extlinks defined * Deprated PyModulelevel is replaced by PyFunction * sphinx.ext.autodoc.Documenter.get_doc signature changed Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: Iba65fb724f098f3e4a0b20f2a183cb2ea3c450ea
29 lines
692 B
YAML
29 lines
692 B
YAML
- job:
|
|
name: jjb-tox-cross-python-jenkins
|
|
description: Tests compatibility with master branch of python-jenkins
|
|
parent: tox-py38
|
|
required-projects:
|
|
- jjb/python-jenkins
|
|
- jjb/jenkins-job-builder
|
|
voting: true
|
|
|
|
- job:
|
|
name: jjb-tox-docs-linkcheck
|
|
parent: tox
|
|
vars:
|
|
tox_envlist: docs-linkcheck
|
|
|
|
- project:
|
|
templates:
|
|
- docs-on-readthedocs
|
|
- openstack-python36-jobs-no-constraints
|
|
- openstack-python37-jobs-no-constraints
|
|
- openstack-python38-jobs-no-constraints
|
|
vars:
|
|
rtd_webhook_id: '47271'
|
|
check:
|
|
jobs:
|
|
- jjb-tox-cross-python-jenkins
|
|
- jjb-tox-docs-linkcheck
|
|
- tox-cover
|