acrn-hypervisor/doc
David B. Kinder ca9913f34a doc: fix exception error in last_modified processing
When I added a new document that wasn't checked into GitHub yet, the doc
build failed with an unhanded exception:

    Extension error (last_updated):
    (exception: time data '' does not match format '%Y-%m-%d')

Problem is the git query looking up the last commit date for a file
returns an empty string for the date if the file exists but it's not in
the git repo (yet). The subsequent call to strptime raises an exception if passed
an empty string.  This patch handles the exception.

Tracked-On: #7249

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2022-04-02 14:01:44 -07:00
..
.known-issues doc: Adapt documents to new HSM driver 2021-07-15 11:53:54 +08:00
_templates doc: use Sphinx extension for showing last updated date in footers 2022-03-18 11:05:50 -07:00
api doc: Style cleanup in guides 2022-02-27 13:34:32 -08:00
custom-doxygen
developer-guides doc: Update sdc reference in overview hld 2022-03-22 12:08:26 -07:00
extensions doc: fix exception error in last_modified processing 2022-04-02 14:01:44 -07:00
getting-started doc: virtio-gpu dependency libraries 2022-03-28 15:26:20 +08:00
images doc: add ACRN lockup logo to README 2020-12-15 10:36:42 -08:00
introduction doc: add community support and resources to introduction 2022-01-26 17:20:08 -08:00
reference doc: Remove tgl-rvp mention 2022-03-31 13:42:31 -07:00
release_notes doc: Remove outdated tutorials 2022-03-22 13:30:33 -07:00
scripts doc: use Sphinx extension for showing last updated date in footers 2022-03-18 11:05:50 -07:00
static doc: add CSS color styles 2021-12-14 16:58:16 -08:00
tutorials doc: Remove outdated tutorials 2022-03-22 13:30:33 -07:00
user-guides doc: fix formatting issue and add more info (virtio-net) 2022-03-29 17:02:16 -07:00
404.rst doc: fix columns issue with 404 page display 2020-06-05 16:44:15 -07:00
LICENSE
Makefile doc: use Sphinx extension for showing last updated date in footers 2022-03-18 11:05:50 -07:00
README.md
acrn.doxyfile dm: Rename vhm_ioctl_defs.h to hsm_ioctl_defs.h 2021-07-15 11:53:54 +08:00
asa.rst doc: update 'asa.rst' for 2.7 release 2021-12-13 09:55:27 -08:00
conf.py doc: use Sphinx extension for showing last updated date in footers 2022-03-18 11:05:50 -07:00
contribute.rst doc: remove VBSK related content 2021-11-22 08:40:38 -08:00
develop.rst doc: Remove outdated tutorials 2022-03-22 13:30:33 -07:00
faq.rst doc: Remove FAQ from TOC 2022-02-16 15:37:00 -08:00
genindex.rst doc: add sphinx-generated index to leftnav 2020-11-05 09:16:45 -08:00
glossary.rst doc: Minor style cleanup 2022-03-18 16:35:00 -07:00
index.rst doc: Remove FAQ from TOC 2022-02-16 15:37:00 -08:00
learn.rst doc: fix all headings to use title case 2021-02-13 12:37:49 -08:00
scorer.js doc: adjust search results to bias certain docs 2020-06-15 12:30:36 -07:00
substitutions.txt doc: fix rendering of rightwards arrows 2021-02-25 14:55:51 -08:00
try.rst doc: DX update for GSG 2021-08-20 07:53:18 -07:00

README.md

Project ACRN Documentation

This folder hold the source and configuration files used to generate the Project ACRN documentation web site published to https://projectacrn.github.io