Skip to content

Commit e0a45e8

Browse files
dbkinderjren1
authored andcommitted
doc: fix doc build processing
Some assumptioins about the doc build process were removed to make it easier for contributors to build local version of the docs. Assumption now is that acrn-hypervisor and acrn-devicemodel content is up to date rather than pulling from upstream on every build. make pullsource will do an upstream pull manually make html generates local docs Also fixed broken link in the README.md file (moved the tech doc root) Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 15e15c9 commit e0a45e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ pullsource:
3131
# Generate the doxygen xml (for Sphinx) and copy the doxygen html to the
3232
# api folder for publishing along with the Sphinx-generated API docs.
3333

34-
doxy: pullsource
34+
#doxy: pullsource
35+
doxy:
3536
$(Q)(cat acrn.doxyfile) | doxygen - > doc.log 2>&1
3637

3738
html: doxy

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This repository hold the source and configuration files used to generate the
44
Project ACRN documentation web site published to
5-
https://projectacrn.github.io/acrn-documentation
5+
https://projectacrn.github.io

0 commit comments

Comments
 (0)