mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 04:39:34 +00:00
doc: use graphviz for intro boot-flow diagram
Trying out the graphviz capability rather than using static images that we can't easily modify. Also updated the site logo that was too wide. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
64515cfe58
commit
44293a42ab
@@ -32,7 +32,11 @@ sys.path.insert(0, os.path.abspath('.'))
|
||||
# ones.
|
||||
extensions = ['breathe', 'sphinx.ext.graphviz']
|
||||
|
||||
graphviz_output_format='svg'
|
||||
graphviz_output_format='png'
|
||||
graphviz_dot_args=[
|
||||
'-Nfontname="verdana"',
|
||||
'-Gfontname="verdana"',
|
||||
'-Efontname="verdana"']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
@@ -174,7 +178,7 @@ html_context = {
|
||||
#
|
||||
# html_theme_options = {}
|
||||
|
||||
html_logo = 'images/ACRN_Logo_300w.png'
|
||||
html_logo = 'images/ACRN_Logo_200w.png'
|
||||
html_favicon = 'images/ACRN-favicon-32x32.png'
|
||||
|
||||
numfig = True
|
||||
|
Reference in New Issue
Block a user