mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-01 18:11:32 +00:00
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:
committed by
David Kinder
parent
b16aae48d0
commit
38f8097b54
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user