Chore: Update to use funcparserlib~=1.0.0a0 04/68904/2 v0.7.6
authorBengt Thuree <bthuree@linuxfoundation.org>
Mon, 27 Sep 2021 09:56:14 +0000 (19:56 +1000)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 27 Sep 2021 20:50:18 +0000 (13:50 -0700)
Update funcparserlib for better compatibility
with Sphinx version 4.2.0 updated in commit
1f098cb2137c2d7b6132d44d5ad89de60336802a

This is requested by ONAP in IT-22918

Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Issue: RELENG-3968
Change-Id: Id181ed2ab65c9c6d923b73fb8968ffd69fac8bc0

releasenotes/notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml [new file with mode: 0644]
requirements.txt

diff --git a/releasenotes/notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml b/releasenotes/notes/funcparserlib-1.0.0a0-update-136147c73bcd069c.yaml
new file mode 100644 (file)
index 0000000..e2a48c5
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    Update funcparserlib for better compatibility with Sphinx
+    version 4.2.0. This and other libraries are needed to generate
+    ONAP's docs.
index 1133a99..bb3e191 100644 (file)
@@ -3,5 +3,8 @@ Sphinx~=4.2.0
 sphinx_bootstrap_theme
 sphinx-tabs
 
+# ONAP needs this, should not affect any others.
+funcparserlib~=1.0.0a0
+
 # Indirect Dependencies
 more-itertools~=5.0.0;python_version<'3.4'  # >6.0.0 requires Python >=3.4