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:
Geoffroy Van Cutsem
2018-05-15 18:02:07 +08:00
committed by Jack Ren
parent 60c07fba51
commit 12fb4b0584
9 changed files with 20 additions and 57 deletions

View File

@@ -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