mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 12:49:24 +00:00
doc: Adjust various scripts accordingly
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
Jack Ren
parent
60c07fba51
commit
12fb4b0584
@@ -63,7 +63,7 @@ try:
|
||||
version_major = None
|
||||
version_minor = None
|
||||
version_rc = None
|
||||
for line in open(os.path.normpath("../acrn-hypervisor/Makefile")) :
|
||||
for line in open(os.path.normpath("../hypervisor/Makefile")) :
|
||||
# remove comments
|
||||
line = line.split('#', 1)[0]
|
||||
line = line.rstrip()
|
||||
@@ -93,7 +93,7 @@ finally:
|
||||
#
|
||||
# The short X.Y version.
|
||||
# version = u'0.1'
|
||||
# The full version, including alpha/doc/beta/doc/rc tags.
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
# release = u'0.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
|
Reference in New Issue
Block a user