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
--- /dev/null
+---
+fixes:
+ - |
+ Update funcparserlib for better compatibility with Sphinx
+ version 4.2.0. This and other libraries are needed to generate
+ ONAP's docs.
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