diff --git a/doc/LICENSE b/doc/LICENSE new file mode 100644 index 000000000..5c35d3446 --- /dev/null +++ b/doc/LICENSE @@ -0,0 +1,3 @@ +ARCN Project Documentation is under a Creative Commons Attribution 4.0 +International License (CC BY 4.0). For details, see +https://creativecommons.org/licenses/by/4.0/. diff --git a/doc/Makefile b/doc/Makefile index baf8db208..28576ae69 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -33,7 +33,7 @@ doxy: pullsource $(Q)(cat acrn.doxyfile) | doxygen - 2>&1 html: doxy - $(Q)$(SPHINXBUILD) -b html "$(SOURCEDIR)" "$(BUILDDIR)" "$(SPHINXOPTS)" $(O) > doc.log 2>&1 + $(Q)$(SPHINXBUILD) -b html -d $(BUILDDIR)/doctrees $(SOURCEDIR) $(BUILDDIR)/html $(SPHINXOPTS) $(O) > doc.log 2>&1 $(Q)./scripts/filter-doc-log.sh doc.log diff --git a/doc/_templates/footer.html b/doc/_templates/footer.html new file mode 100644 index 000000000..f2db99c10 --- /dev/null +++ b/doc/_templates/footer.html @@ -0,0 +1,8 @@ +{% extends "!footer.html" %} +{% block extrafooter %} +
+ {{ super() }} +{% endblock %} diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index fc9f2774d..244f85a31 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -35,6 +35,11 @@ span.caption-number::after { content: ": "; } +p.extrafooter { + text-align: right; + margin-top: -36px; +} + table.align-center { display: table !important; }