doc: update doc build tools for Ubuntu 22.04 and Sphinx

Update known-issues processing and tweak conf.py and requirements.txt
(for PyPI package versions) to handle a broader version of
doc-generation tools (sphinx, breathe, docutils, etc.).  This should
let us move to Ubuntu 22.04 while maintaining doc-build compatibility
with older tool versions available with Ubuntu 20.04 (doxygen in particular).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2022-10-19 09:27:45 -07:00
committed by David Kinder
parent b16aae48d0
commit 38f8097b54
3 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
breathe>=4.23.0,<=4.31
sphinx>=3.2.1,<=3.5.4
docutils==0.16
sphinx_rtd_theme==1.0
sphinx-tabs==1.3.0
breathe>=4.23
sphinx>=3.2.1,<6.0
docutils>=0.16,<=0.17.1
sphinx_rtd_theme==1.0.0
sphinx-tabs>=1.3.0,<=3.4.0