jenkins-job-builder/jenkins_jobs
Eric Ball 930dd24dd2
Fix: Update sphinx version pin, fix warnings
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
2022-03-31 15:44:40 -07:00
..
cli Fix flake8 BLK100 and BLK999 issues 2020-08-31 10:54:19 -04:00
modules Fix: Update sphinx version pin, fix warnings 2022-03-31 15:44:40 -07:00
sphinx Fix: Update sphinx version pin, fix warnings 2022-03-31 15:44:40 -07:00
__init__.py Refactor modules and templating. 2012-08-10 16:00:42 +00:00
__main__.py Allow jjb to be called as a module 2018-06-19 23:25:43 +01:00
alphanum.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
builder.py Fix flake8 BLK100 and BLK999 issues 2020-08-31 10:54:19 -04:00
cache.py Fix the yaml load warning. 2019-12-10 09:52:40 +01:00
config.py Fix flake8 BLK100 and BLK999 issues 2020-08-31 10:54:19 -04:00
constants.py Remove YamlParser from jenkins_jobs.builder 2015-04-22 11:59:07 -07:00
errors.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
formatter.py Merge "Introduce a new '!j2-yaml:' tag" 2020-09-25 15:25:31 +00:00
local_yaml.py Fix retaining anchors when using with !j2-yaml 2021-04-01 14:57:55 +02:00
parallel.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
parser.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
registry.py Fix: Update sphinx version pin, fix warnings 2022-03-31 15:44:40 -07:00
utils.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
version.py Auto-generated output from python-black 2019-09-09 19:23:24 +01:00
xml_config.py Fix: add support for fips-enabled systems using Python3.6 or greater. 2022-03-09 23:03:31 +00:00