This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-hypervisor
mirror of
https://github.com/projectacrn/acrn-hypervisor.git
Watch
1
Star
0
Fork
You've already forked acrn-hypervisor
0
Code
Issues
Releases
Wiki
Activity
6d46749d0f
acrn-hypervisor
/
doc
/
scripts
/
requirements.txt
6 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
doc: update doc building tools versions The latest versions of Sphinx and Breathe work well together so we're updating the requirements.txt installation information (and documentation) to use the latest versions of these tools. Fixes: #395 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-06-15 04:06:27 +08:00
breathe==4.9.1
sphinx==1.7.5
doc: add Technical intro doc Add the "Introduction of Project Acorn" doc. Also adds improvements to the doc generation processes, content styles, removed doxygen-generated API material. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-03-09 07:59:55 +08:00
docutils==0.14
sphinx_rtd_theme
doc: add hypervisor kconfig option reference Modify the Zephyr project script for creating documentation from Kconfig files to generate the hypervisor option configuration docs. While Zephyr uses a modified version of kconfiglib, we can use the standard kconfiglib from Pypi (added to the requirements.txt file). Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-06-15 04:54:59 +08:00
kconfiglib