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
ce89d26e76
acrn-hypervisor
/
doc
/
scripts
/
requirements.txt
6 lines
85 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
doc: add tool for verifying installed doc tools Added a python script that displays versions of doc building tools (e.g., doxygen, breathe, sphinx) to help verify doc building environment is properly set up (can help doc building problem diagnostic, as shown in issue #1333 Update doc build documentation to reference this script. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-09-27 00:51:25 +08:00
sphinx==1.7.7
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
doc: add tool for verifying installed doc tools Added a python script that displays versions of doc building tools (e.g., doxygen, breathe, sphinx) to help verify doc building environment is properly set up (can help doc building problem diagnostic, as shown in issue #1333 Update doc build documentation to reference this script. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-09-27 00:51:25 +08:00
sphinx_rtd_theme==0.4.0
doc: update genrest script for latest kconfiglib The genrest.py script (used to generate config documentation from the Kconfig files) broke when upgrading to the latest kconfiglib (10.9.1). Copied the latest genrest.py script from the Zephyr project (where this script and processing was developed) and things work again. Update Makefile's call to genrest.py (toplevel Kconfig path is now found relative to the srctree. Update requirements.txt to match the kconfiglib version family verified to work. fixes: #1387 Signed-off-by: David B. Kinder <david.b.kinder@intel.com> Documentation scripts: enhance 'show-versions.py' Modify the doc/scripts/show-versions.py script by making it gather the list of Python modules to check the version for from the "requirements.txt" file. It should help keep this in sync if/when our requirements evolve. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2018-10-02 05:25:21 +08:00
kconfiglib==10.*