mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
doc: update release v0.1 release notes
Include developer comments, add commit change log, update conf.py to include url shortcuts for references to GitHub issues and commits. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
5a7ccc87b1
commit
11e997a70e
@ -32,7 +32,13 @@ sys.path.insert(0, os.path.abspath('.'))
|
|||||||
# ones.
|
# ones.
|
||||||
|
|
||||||
sys.path.insert(0, os.path.join(os.path.abspath('.'), 'extensions'))
|
sys.path.insert(0, os.path.join(os.path.abspath('.'), 'extensions'))
|
||||||
extensions = ['breathe', 'sphinx.ext.graphviz', 'kerneldoc']
|
extensions = ['breathe', 'sphinx.ext.graphviz', 'sphinx.ext.extlinks', 'kerneldoc']
|
||||||
|
|
||||||
|
# extlinks provides a macro template
|
||||||
|
|
||||||
|
extlinks = {'acrn-commit': ('https://github.com/projectacrn/acrn-hypervisor/commit/%s', ''),
|
||||||
|
'acrn-issue': ('https://github.com/projectacrn/acrn-hypervisor/issues/%s', '')
|
||||||
|
}
|
||||||
|
|
||||||
# kernel-doc extension configuration for running Sphinx directly (e.g. by Read
|
# kernel-doc extension configuration for running Sphinx directly (e.g. by Read
|
||||||
# the Docs). In a normal build, these are supplied from the Makefile via command
|
# the Docs). In a normal build, these are supplied from the Makefile via command
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user