Fix: Update requirements.txt, update global-jjb 27/69827/3
authorEric Ball <eball@linuxfoundation.org>
Wed, 9 Mar 2022 01:24:10 +0000 (17:24 -0800)
committerEric Ball <eball@linuxfoundation.org>
Wed, 9 Mar 2022 02:09:01 +0000 (18:09 -0800)
There are known issues with the pinned Sphinx version. It no longer
needs to be pinned, and in fact, can be entirely removed because it
is a dependency of other requirements (this was implemented similarly
on lftools).

Issue: RELENG-4151
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I1e269d846708b5ddd5e29e9e29e6013896a6815f

docs/conf.py
global-jjb
requirements.txt

index 703a7b8..f3709ea 100644 (file)
@@ -276,7 +276,7 @@ htmlhelp_basename = 'LinuxFoundationReleaseEngineeringPipelinesdoc'
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    'jjb': ('https://docs.openstack.org/infra/jenkins-job-builder/', None),
-    'lfdocs': ('http://docs.releng.linuxfoundation.org/en/latest/', None),
-    'global-jjb': ('http://global-jjb.releng.linuxfoundation.org/en/latest/', None),
+    'jjb': ('https://jenkins-job-builder.readthedocs.io/en/latest/', None),
+    'lfdocs': ('https://docs.releng.linuxfoundation.org/en/latest/', None),
+    'global-jjb': ('https://global-jjb.releng.linuxfoundation.org/en/latest/', None),
 }
index 53f811d..70b380f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 53f811d91411bf26a4acf00a9244c6ea0f4510d5
+Subproject commit 70b380fccde98eaf35cc894795ff6736561ce6ce
index 3885be6..9ac4dec 100644 (file)
@@ -1,5 +1,4 @@
-reno~=2.11.2
-Sphinx~=2.3.1
-sphinx_bootstrap_theme~=0.7.1
+reno
+sphinx_bootstrap_theme
 sphinxcontrib-programoutput
 yq