mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-05 03:26:29 +00:00
Merge pull request #32 from dbkinder/license
doc: update project documentation LICENSE
This commit is contained in:
commit
f483ddebdb
3
LICENSE
Normal file
3
LICENSE
Normal file
@ -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/.
|
2
Makefile
2
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
|
||||
|
||||
|
||||
|
8
_templates/footer.html
Normal file
8
_templates/footer.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "!footer.html" %}
|
||||
{% block extrafooter %}
|
||||
<p class="extrafooter">Documentation licensed under <a rel="license"
|
||||
href="http://creativecommons.org/licenses/by/4.0/">(CC BY 4.0) <img
|
||||
alt="Creative Commons License" style="border-width:0"
|
||||
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></p>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
@ -35,6 +35,11 @@ span.caption-number::after {
|
||||
content: ": ";
|
||||
}
|
||||
|
||||
p.extrafooter {
|
||||
text-align: right;
|
||||
margin-top: -36px;
|
||||
}
|
||||
|
||||
table.align-center {
|
||||
display: table !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user