Cannot build a reference until it's merged I guess, Ryota can you make sure this is not broken?
Change-Id: Ibc7d98287cb513b894ae79f53864f654959de39a
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
(cherry picked from commit
c821c225fa94982e09a84093261eb0dac39c9264)
**************
OPNFV Glossary
**************
-Colorado 1.0
-------------
========
Contents
<li>Version: {{version}}</li>
<li>Build Date: {{last_updated}}</li>
<li>© {{copyright}}</li>
+ <li>Licenced under: <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></li>
</ul>
</div>
project="$(basename $(git rev-parse --show-toplevel))"
html_notes=" Revision: $rev_full\n Build date: $(date -u +'%Y-%m-%d')"
opnfv_logo="$OPNFVDOCS_DIR/etc/opnfv-logo.png"
-copyright="$(date +%Y), OPNFV"
+copyright="$(date +%Y), OPNFV. Licenced under CC BY 4.0."
function check_rst_doc() {
_src="$1"